This counter displays the total number of runtime Code Access Security (CAS) checks performed since the start of the application. Runtime CAS checks are performed when a caller makes a call to a callee demanding a particular permission; the runtime check is made on every call by the caller; the check is done by examining the current thread stack of the caller. This counter used together with "Stack Walk Depth" is indicative of performance penalty for security checks.
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 ...
This counter displays the total number of remoting channels registered across all AppDomains since the start of the application. ...
This counter displays the total number of remoting proxy objects created in this process since the start of the process. ...
This counter displays the total number of runtime Code Access Security (CAS) checks performed since the start of the application. ...
This counter displays the total number of threads currently waiting to acquire some managed lock in the application. This ...
This counter displays the total number of threads that have been recognized by the CLR since the start of this application; ...
This counter displays the total number of threads that waited to acquire some managed lock since the start of the application. ...
This counter displays the total number of times arguments and return values have been marshaled from managed to unmanaged ...