Performance Statistics

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to generate a Performance report for the Smart Device
application. I have downloaded the PerfstatsCS and set the registry keys as
mentioned. However i am unable to figure out when exactly the stat file is
being generated. It gets generated at times when i run that PerfstatsCS
program. Also after that i am getting an IOException and unable to view the
values in the Listbox and the Textboxes inthe form.

Thanks
Srini
 
Make sure you are running only 1 app at a time. Make sure your app exits
properly (i.e. it doesn't fail with an exception).

Now, after your app has finished running, you have a mscoree.stat file in
the root. Simply copy it over and open it in Visual Studio. Every time you
run an app and exit it, the file gets overwritten with latest data.

Cheers
Daniel
 
Back
Top