Skip to content

Instantly share code, notes, and snippets.

@remorses
Created March 4, 2026 19:35
Show Gist options
  • Select an option

  • Save remorses/27fa6a8ef78fdd430b5efc12ffcd2cca to your computer and use it in GitHub Desktop.

Select an option

Save remorses/27fa6a8ef78fdd430b5efc12ffcd2cca to your computer and use it in GitHub Desktop.
profano --help output
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