This counter displays the current size of the Large Object Heap in bytes. Objects greater than a threshold are treated as large objects by the Garbage Collector and are directly allocated in a special heap; they are not promoted through the generations. In CLR v1.1 and above this threshold is equal to 85000 bytes. This counter is updated at the end of a GC; it's not updated on every allocation.
This counter displays the current number of stubs created by the CLR. Stubs are responsible for marshalling arguments and ...
This counter displays the current number of sync blocks in use. Sync blocks are per-object data structures allocated for ...
This counter displays the current size (in bytes) of the memory committed by the class loader across all AppDomains. (Committed ...
This counter displays the current size of the Large Object Heap in bytes. Objects greater than 20 KBytes are treated as large ...
This counter displays the current size of the Large Object Heap in bytes. Objects greater than a threshold are treated as ...
This counter displays the depth of the stack during that last runtime Code Access Security check. Runtime Code Access Security ...
This counter displays the maximum bytes that can be allocated in generation 0 (Gen 0); its does not indicate the current ...
This counter displays the number of .NET exception filters executed per second. An exception filter evaluates whether an ...
This counter displays the number of AppDomains loaded per second. AppDomains (application domains) provide a secure and versatile ...