jasonusa / webgrind

Automatically exported from code.google.com/p/webgrind
Other
0 stars 0 forks source link

Usage Wiki please? #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I propose someone write a USAGE wiki. After reading a few dozen google'd posts, 
I was able to get webgrind working with MAMP. Glad I did, it looks amazing! But 
I have only a slight idea what I'm looking at. "Invocation" Count? What's are 
Self vs. Inclusive costs? Yes, common sense and a rudimentary grasp of the 
English language suggests a number of possibilities. Why not spell it out just 
a little? What's are some useful ways of interpreting the data? Benefits of 
milliseconds vs % views?

Also, for the record, here's what I added to my php.ini to get things rolling 
...

[xdebug]
zend_extension="/Applications/MAMP/bin/php5.2/lib/php/extensions/no-debug-non-zt
s-20060613/xdebug.so"
xdebug.profiler_enable = 1
xdebug.profiler_output_name = "cachegrind.out.%t.%p"
xdebug.profiler_output_dir = "/private/tmp"

Original issue reported on code.google.com by neo...@gmail.com on 23 Jun 2011 at 10:12