Getting performance counters via API.

Questions about YourKit .NET Profiler
Post Reply
dmatv
Posts: 1
Joined: Tue Mar 04, 2014 6:18 am

Getting performance counters via API.

Post by dmatv »

Hi,

Can I access information in a snapshot via API?

For example, I'd like to have an automatic test that would run my test load, capture the memory snapshot, and check the number of GC'ed objects. Is it possible?

Thanks && regards,
Dmitry
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Getting performance counters via API.

Post by Anton Katilin »

Hi Dmitry

There is no API for that. Instead, please consider "Export with command line tool" section at
http://www.yourkit.com/docs/dotnet/help/export.jsp

Best regards,
Anton
Post Reply