This counter displays the total number of Assemblies loaded since the start of this application. If the Assembly is loaded as domain-neutral from multiple AppDomains then this counter is incremented once only. Assemblies can be loaded as domain-neutral when their code can be shared by all AppDomains or they can be loaded as domain-specific when their code is private to the AppDomain.
This counter displays the rate of bytes per second allocated on the GC Heap. This counter is updated at the end of every ...
This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to ...
This counter displays the total IL bytes jitted since the start of the application. This counter is exactly equivalent to ...
This counter displays the total number of AppDomains unloaded since the start of the application. If an AppDomain is loaded ...
This counter displays the total number of Assemblies loaded since the start of this application. If the Assembly is loaded ...
This counter displays the total number of exceptions thrown since the start of the application. These include both .NET exceptions ...
This counter displays the total number of linktime Code Access Security (CAS) checks since the start of the application. ...
This counter displays the total number of methods compiled Just-In-Time (JIT) by the CLR JIT compiler since the start of ...
This counter displays the total number of remote procedure calls invoked since the start of this application. A remote procedure ...