beauli / slimtune

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

UI Issues/Requests #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are a number of UI issues/requests I will record here:

Function View:

Displays numbers instead of function names for pie chart tool tips.
Would be very helpful to have better ways of finding functions.
Also hyperlinks for functions names in the pie chart display.

Some sort of inverse pie chart would be very helpful, so for example, 
select a function(eg Vector3.Length()) then a pie chart is displayed which 
shows the numbers of callers to this function from each origin. (even 
better would be the time for this function attributed to each call chain).

Might want to prune the smaller pie segments, otherwise the number of 
legends gets confusing.

Per Thread Call Trees

The little text box at the bottom updates on all mouse moves, would be 
better if it only updated when the selection changed. In addition allowing 
info to be copy-pasted out of the text box would help.

Sometimes when expanding a tree, the selected item will jump to one lower 
down and I have to scroll back up the tree.

Performance Counters

Some sort of UI to select the perf counters...

Original issue reported on code.google.com by dbl...@fastmail.fm on 18 Feb 2010 at 3:35

GoogleCodeExporter commented 8 years ago
I've put in some better handling for the pie chart; small segments are now 
combined
and some labels are omitted. The other stuff will have to wait until later 
unfortunately.

The details text box now updates on select, which makes it pretty 
straightforward to
copy text out as well.

The perf counters are in the Run dialog, under Profiling.

(Note: these changes are not in yet, but should appear as part of r167.)

Original comment by promit....@gmail.com on 20 Feb 2010 at 9:37