Skip to content

Commit

Permalink
pytest-profiling README correct link to gprof2dot (man-group#156)
Browse files Browse the repository at this point in the history
Moved from Google Code to GitHub.
  • Loading branch information
adamchainz authored Apr 11, 2020
1 parent b798cc2 commit b21eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest-profiling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Profiling plugin for pytest, with tabular and heat graph output.

Tests are profiled with [cProfile](http://docs.python.org/library/profile.html#module-cProfile) and analysed with [pstats](http://docs.python.org/library/profile.html#pstats.Stats); heat graphs are
generated using [gprof2dot](http://code.google.com/p/jrfonseca/wiki/Gprof2Dot) and [dot](http://www.graphviz.org/).
generated using [gprof2dot](https://github.com/jrfonseca/gprof2dot) and [dot](http://www.graphviz.org/).

![](https://cdn.rawgit.com/manahl/pytest-plugins/master/pytest-profiling/docs/static/profile_combined.svg)

Expand Down

0 comments on commit b21eef7

Please sign in to comment.