You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#113 Calculate gzip sizes. CLI/API got gzip option/parameter that enables calculating gzip size (gzip-size package is used) instead of parsed size. Calculating gzip size makes impossible to calculate unmapped bytes because the sum of gzip sizes is not equal to total bytes due to the nature of compression. Therefore setting gzip = true/--gzip will also set onlyMapped = true. Thanks to @tylergraf for the contribution!