.NET profiler?

  • Thread starter Thread starter Rajko
  • Start date Start date
R

Rajko

Does anyone know any program which could be used as profiler for programs
written in .NET?

Thx, Rajko.
 
Rajko said:
Does anyone know any program which could be used as profiler for
programs written in .NET?

Devpartner Community edition, free (but read the licence) will allow
your to perf profile your app. For memory profiler, Devpartner also
offer some (not free) tools.
 
I found about profiling in MSDN.
But still dont know how to use it.

MSDN says that I need to set environment variables:
so i put the following lines in vcvars32.bat.
set COR_ENABLE_PROFILING=1
set Cor_Profiler={32E2F4DA-1BEA-47ea-88F9-C5DAF691C94A}

Where can I see output which profiler creates, is it possibile to debug with
profiler and so on ... many questions.
MSDN does not say much.

Thx,
Rajko.
 
Back
Top