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

speedscope support #115

Closed
benfred opened this issue May 18, 2019 · 2 comments
Closed

speedscope support #115

benfred opened this issue May 18, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@benfred
Copy link
Owner

benfred commented May 18, 2019

Add an option to generate output files so that we can use speedscope to visualize the results. This comment has details on what's required to make this change

@benfred benfred added the enhancement New feature or request label May 18, 2019
@benfred
Copy link
Owner Author

benfred commented Jul 28, 2019

Speedscope is added here #134 and will be in next release.

To generate a speedscope file:

py-spy record -o profile.json -f speedscope -- python program.py

After running you can upload the profile.json file to https://www.speedscope.app/ to view

@benfred
Copy link
Owner Author

benfred commented Aug 11, 2019

Speedscope support is in the v0.2.0.dev4 pre-release pip install py-spy==0.2.0.dev4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant