diff options
author | yannooo <yann.biancheri@gmail.com> | 2011-02-01 19:25:56 +0800 |
---|---|---|
committer | Joakim Nygård <joakim@jokke.dk> | 2011-03-01 11:37:17 +0800 |
commit | 286698d25bd8353b9b5b53ead85190782d9a715b (patch) | |
tree | 77227d9887aeeb478bec2685c83223d8beace5e3 | |
parent | b452ff80d40a967eef8c03d16251b1a5e24c74f3 (diff) | |
download | webgrind-286698d25bd8353b9b5b53ead85190782d9a715b.zip webgrind-286698d25bd8353b9b5b53ead85190782d9a715b.tar.gz webgrind-286698d25bd8353b9b5b53ead85190782d9a715b.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. |