0
kicks
Creating Performance Counters Programmatically (C#)
Performance counters allow numerical information about the current state of the operating system or an application to be recorded and monitored using standard tools. This article explains how to create custom performance counters using C# code.