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

Document how to profile software that uses "python -m" #11

Closed
vrnvorona opened this issue Aug 11, 2024 · 2 comments · Fixed by #13
Closed

Document how to profile software that uses "python -m" #11

vrnvorona opened this issue Aug 11, 2024 · 2 comments · Fixed by #13

Comments

@vrnvorona
Copy link

profila: error: unrecognized arguments: -m

example attempt: python -m profila annotate -m -- package --arg=1

@itamarst
Copy link
Collaborator

Thanks for the bug report, that is indeed something worth supporting.

@itamarst
Copy link
Collaborator

python -m profila annotate -- -m package --arg=1 should probably work, but this should be documented.

@itamarst itamarst changed the title Can't profile package Document how to profile software that uses "python -m" Sep 5, 2024
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 a pull request may close this issue.

2 participants