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

Replace hotshot with cProfile #439

Merged
merged 1 commit into from Apr 1, 2019
Merged

Conversation

sirosen
Copy link
Collaborator

@sirosen sirosen commented Apr 1, 2019

resolves #172

Replace hotshot with cProfile, tweak the only relevant test as appropriate.

Confirmed that this works on nose2's own tests, and generates valid profile output which can be processed with gprof2dot and graphviz's dot to produce a heatmap. Results (from that run) are more or less as expected.


Will wait for Travis to pass, then merge.
Reminder: please contact me on discuss@nose2.io if you want to become involved as a maintainer.

resolves nose-devs#172

Replace hotshot with cProfile, tweak the only relevant test as
appropriate.

Confirmed that this works on nose2's own tests, and generates valid
profile output which can be processed with gprof2dot and graphviz's dot
to produce a heatmap. Results (from that run) are more or less as
expected.
@sirosen sirosen merged commit 0cb0473 into nose-devs:master Apr 1, 2019
@sirosen sirosen deleted the prof-use-cprofile branch April 1, 2019 14:33
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.

[profile plugin] hotshot is broken
1 participant