diff options
author | Erkan Yilmaz <erkan77@gmail.com> | 2012-03-10 13:41:31 +0100 |
---|---|---|
committer | Erkan Yilmaz <erkan77@gmail.com> | 2012-03-10 13:41:31 +0100 |
commit | d3c78c9cd1c7f73caa2da271675bb12a6ddab65e (patch) | |
tree | 7639eb63f5c3d23b2e47ea2836930b705dc6915f | |
parent | ed09455bfbbb986a81ab107a4aa4e8b4b1d76042 (diff) | |
download | webgrind-d3c78c9cd1c7f73caa2da271675bb12a6ddab65e.zip webgrind-d3c78c9cd1c7f73caa2da271675bb12a6ddab65e.tar.gz webgrind-d3c78c9cd1c7f73caa2da271675bb12a6ddab65e.tar.bz2 |
images broken (404); typo
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ Webgrind ======== -Webgrind is an [Xdebug](http://www.xdebug.org) profiling web frontend in PHP5. It implements a subset of the features of [kcachegrind](http://kcachegrind.sourceforge.net/cgi-bin/show.cgi) and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job. Here's a screenshot showing the output from profiling: +Webgrind is a [Xdebug](http://www.xdebug.org) profiling web frontend in PHP5. It implements a subset of the features of [kcachegrind](http://kcachegrind.sourceforge.net/cgi-bin/show.cgi) and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job. Here's a screenshot showing the output from profiling: [](http://jokke.dk/media/2008-webgrind/webgrind_large.png) @@ -14,7 +14,7 @@ Features * See where any function was called from and which functions it calls. * Generate a call graph using [gprof2dot.py](http://code.google.com/p/jrfonseca/wiki/Gprof2Dot) -[](http://wiki.jrfonseca.googlecode.com/hg/gprof2dot.png) +[](http://wiki.jrfonseca.googlecode.com/git/gprof2dot.png) Suggestions for improvements and new features are more than welcome - this is just a start. @@ -30,4 +30,4 @@ See the [Installation page on Google Code](http://code.google.com/p/webgrind/wik Credits ------- -Webgrind is written by [Joakim Nygård](http://jokke.dk) and [Jacob Oettinger](http://oettinger.dk). It would not have been possible without the great tool that Xdebug is thanks to [Derick Rethans](http://www.derickrethans.nl).
\ No newline at end of file +Webgrind is written by [Joakim Nygård](http://jokke.dk) and [Jacob Oettinger](http://oettinger.dk). It would not have been possible without the great tool that Xdebug is thanks to [Derick Rethans](http://www.derickrethans.nl). |