Skip to content

Commit b21eef7

Browse files
authored
pytest-profiling README correct link to gprof2dot (#156)
Moved from Google Code to GitHub.
1 parent b798cc2 commit b21eef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest-profiling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Profiling plugin for pytest, with tabular and heat graph output.
44

55
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
6-
generated using [gprof2dot](http://code.google.com/p/jrfonseca/wiki/Gprof2Dot) and [dot](http://www.graphviz.org/).
6+
generated using [gprof2dot](https://github.com/jrfonseca/gprof2dot) and [dot](http://www.graphviz.org/).
77

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

0 commit comments

Comments
 (0)