Reputation: 1311
Suppose I have a category that contains 2 AverageTimer32 counters: AverageRead and AverageWrite. How do I give them both a Base? I mean if I add 2 AverageBase counters: AverageReadbase and AverageWritebase, how does the framework know which base belongs to which AverageTimer32 counter? The name? Or is that not possible within the same category?
Upvotes: 1
Views: 209
Reputation: 3395
A base counter is associated with its parent counter by position.
See also: How do performance counter average timers get associated with their base?
Upvotes: 1