Skip to content

Commit 5b2eb2a

Browse files
authored
Merge pull request #174 from pankajp/patch-1
Fix help message in vmprofshow for prune options
2 parents f3ca424 + 0734910 commit 5b2eb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vmprof/show.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ def main():
232232
'--prune_percent',
233233
type=float,
234234
default=0,
235-
help="The indention per level within the call graph.")
235+
help="Prune output of a profile stats node below specified CPU samples.")
236236

237237
parser.add_argument(
238238
'--prune_level',
239239
type=int,
240240
default=None,
241-
help='Prune output of a profile stats node when CPU.')
241+
help='Prune output of a profile stats node below specified depth.')
242242

243243
parser.add_argument(
244244
'--indent',

0 commit comments

Comments
 (0)