jspraul / slimtune

Automatically exported from code.google.com/p/slimtune
MIT License
0 stars 0 forks source link

Feature Request - Better Data Display #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It seems like SlimTune collects the data greatly, but it doesn't present the 
data in a way that allows to understand where the bottlenecks are.

I would like to be able to see the data, in addition to the current "% of 
parent", in "% of total runtime".
Displaying number of calls instead of percentage of calls might also assist.

Also, displaying a function mini-callgraph (like in AQtime) that shows current 
method, its callers on the left, and its callees on the right, will very much 
assist in navigation.

Original issue reported on code.google.com by ita...@gmail.com on 28 Jul 2011 at 12:36