Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verbose info #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

klauspost
Copy link

@klauspost klauspost commented Mar 11, 2020

Add -v to display fields where padding is added.

Example:

...\encoder_options.go:14:21: struct of size 64 could be 56
Field sizes in order:
        *  concurrent int: 8:8
        *  crc bool: 1:1
        !!!  single *bool: 8:15
        *  pad int: 8:8
        *  blockSize int: 8:8
        *  windowSize int: 8:8
        *  level github.com/klauspost/compress/zstd.EncoderLevel: 8:8
        *  fullZero bool: 1:1
        *  noEntropy bool: 1:1

Add `-v` to display fields where padding is added.

Example:

```
e:\gopath\src\github.com\klauspost\compress\zstd\encoder_options.go:14:21: struct of size 64 could be 56
Field sizes in order:
        *  concurrent int: 8:8
        *  crc bool: 1:1
        !!!  single *bool: 8:15
        *  pad int: 8:8
        *  blockSize int: 8:8
        *  windowSize int: 8:8
        *  level github.com/klauspost/compress/zstd.EncoderLevel: 8:8
        *  fullZero bool: 1:1
        *  noEntropy bool: 1:1
```
@klauspost
Copy link
Author

oh. #8 is already here ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant