diff options
author | yannooo <yann.biancheri@gmail.com> | 2011-02-01 12:25:56 +0100 |
---|---|---|
committer | yannooo <yann.biancheri@gmail.com> | 2011-02-01 12:25:56 +0100 |
commit | b70ba36d332115b944cc1f4b0c07faff54e660f6 (patch) | |
tree | dfeff07c16e2c1e2b909c1368892f6a9b46bca4b | |
parent | bf71343caa519ba277f064c2b343ec0b962741e4 (diff) | |
download | webgrind-b70ba36d332115b944cc1f4b0c07faff54e660f6.zip webgrind-b70ba36d332115b944cc1f4b0c07faff54e660f6.tar.gz webgrind-b70ba36d332115b944cc1f4b0c07faff54e660f6.tar.bz2 |
Modify readme
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Features * Track time spent in functions by self cost or inclusive cost. Inclusive cost is time inside function + calls to other functions. * See if time is spent in internal or user functions. * 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) Suggestions for improvements and new features are more than welcome - this is just a start. |