Posts
Sort by recent activity
Using Custom Performance Counters
I'm trying to profile an application which uses the .NET cache API and would like to be able to see the cache state (hits/misses/entries, etc).
I've tried adding the counters to the UserCounters.xm...