Created
March 4, 2026 19:35
-
-
Save remorses/27fa6a8ef78fdd430b5efc12ffcd2cca to your computer and use it in GitHub Desktop.
profano --help output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| profano/0.0.1 | |
| Usage: | |
| $ profano <files...> | |
| Commands: | |
| <files...> Analyze .cpuprofile files and print top functions by self-time | |
| Options: | |
| -n, --limit [limit] Number of top functions to show (default: 30) | |
| -h, --help Display this message | |
| -v, --version Display version number | |
| Examples: | |
| # Analyze a single profile | |
| profano ./tmp/cpu-profiles/CPU.*.cpuprofile | |
| # Show top 50 functions | |
| profano profile.cpuprofile -n 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment