summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryannooo <yann.biancheri@gmail.com>2011-02-01 19:25:56 +0800
committerJoakim Nygård <joakim@jokke.dk>2011-03-01 11:37:17 +0800
commit286698d25bd8353b9b5b53ead85190782d9a715b (patch)
tree77227d9887aeeb478bec2685c83223d8beace5e3
parentb452ff80d40a967eef8c03d16251b1a5e24c74f3 (diff)
downloadwebgrind-286698d25bd8353b9b5b53ead85190782d9a715b.zip
webgrind-286698d25bd8353b9b5b53ead85190782d9a715b.tar.gz
webgrind-286698d25bd8353b9b5b53ead85190782d9a715b.tar.bz2
Modify readme
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98ff53e..899e808 100644
--- a/README.md
+++ b/README.md
@@ -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_small.png)](http://wiki.jrfonseca.googlecode.com/hg/gprof2dot.png)
Suggestions for improvements and new features are more than welcome - this is just a start.