jgreene/slimtune

Functions in the "Function Details" visualizer should be alphabetically sorted

GoogleCodeExporter opened this issue · 2 comments

It would be nice to have the functions of the "Function Details" visualizer 
sorted in alphabetical order. Currently, they seem to be in a random order, 
unless they are sorted by number of calls, but that information isn't 
displayed in that visualizer so anyhow alphabetical order would make more 
sense to me.

Original issue reported on code.google.com by tristanl...@gmail.com on 21 Feb 2010 at 1:16

The sort order is actually highest time exclusive of children...which in 
retrospect
was not a good choice since those are the functions with the most uninteresting
graphs. I think any kind of data based sort will require adding more columns in 
order
to not look random, so I think it's a good idea to stick with alphabetical. At 
least
for now.

Original comment by promit....@gmail.com on 21 Feb 2010 at 3:48

  • Changed state: Started
This issue was closed by revision r173.

Original comment by promit....@gmail.com on 21 Feb 2010 at 11:21

  • Changed state: Fixed