Skip to content

Commit

Permalink
Merge pull request #174 from pankajp/patch-1
Browse files Browse the repository at this point in the history
Fix help message in vmprofshow for prune options
  • Loading branch information
rlamy committed Nov 5, 2018
2 parents f3ca424 + 0734910 commit 5b2eb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmprof/show.py
Expand Up @@ -232,13 +232,13 @@ def main():
'--prune_percent',
type=float,
default=0,
help="The indention per level within the call graph.")
help="Prune output of a profile stats node below specified CPU samples.")

parser.add_argument(
'--prune_level',
type=int,
default=None,
help='Prune output of a profile stats node when CPU.')
help='Prune output of a profile stats node below specified depth.')

parser.add_argument(
'--indent',
Expand Down

0 comments on commit 5b2eb2a

Please sign in to comment.