Percents instead of milliseconds

I tried to compare same application performance on two different computers.

Although I am sure I picked the same parameters (i.e. Wall Time etc) one report shows lines with milliseconds (but no source code)

the other report shows time in percents against source code lines.

Can I force percents to be shown in absolute values in milliseconds?

Comments

  • You can choose which units to use when displaying times in the View menu.

    Note that the SQL and File I/O views always display milliseconds, as their 'ticks' unit is usually different to that used for measuring program performance (which also makes it impossible to show percentages in a way that can be compared with the program timings)
    Andrew Hunter
    Software Developer
    Red Gate Software Ltd.
Sign In or Register to comment.