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

Fix help message in vmprofshow for prune options #174

Merged
merged 1 commit into from
Nov 5, 2018

Conversation

pankajp
Copy link
Contributor

@pankajp pankajp commented Apr 27, 2018

No description provided.

vmprof/show.py Outdated
@@ -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 smaples.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
help="Prune output of a profile stats node below specified CPU smaples.")
help="Prune output of a profile stats node below specified CPU samples.")

@rlamy
Copy link
Member

rlamy commented Nov 2, 2018

LGTM, apart from the one typo.
Sorry for the late review.

@pankajp
Copy link
Contributor Author

pankajp commented Nov 5, 2018

@rlamy Thanks for the review. I've fixed the typo

@rlamy
Copy link
Member

rlamy commented Nov 5, 2018

Thank you!

@rlamy rlamy merged commit 5b2eb2a into vmprof:master Nov 5, 2018
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.

2 participants