From b21eef7fb2d876b3910f4a476875f9f157275b49 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 11 Apr 2020 15:20:38 +0100 Subject: [PATCH] pytest-profiling README correct link to gprof2dot (#156) Moved from Google Code to GitHub. --- pytest-profiling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest-profiling/README.md b/pytest-profiling/README.md index c367b940..967a0949 100644 --- a/pytest-profiling/README.md +++ b/pytest-profiling/README.md @@ -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)