BenBroadway1501
Programmer
I would like to find out how long (in milliseconds) it takes an activity to occur in WPF. For example, if I click a button to display a jpeg on the screen, I'd like to find out how many milliseconds it takes from my click of the mouse to the end of the screen update. Another example: if I have a datagrid and want to refresh the data, how long does that refresh take?
Having a precise number of milliseconds for the activity, I could then try different strategies to optimize the program.
I've looked at WPF Performance Suite, which is very nice for graphical analysis, but I haven't yet found a number output.
Any suggestions are great appreciated!
Thanks,
Ben
Having a precise number of milliseconds for the activity, I could then try different strategies to optimize the program.
I've looked at WPF Performance Suite, which is very nice for graphical analysis, but I haven't yet found a number output.
Any suggestions are great appreciated!
Thanks,
Ben