Reputation: 3796
I'm using the Performance Analyzer in Visual Studio 2010 and I'm trying to profile CPU Counters such as Last Level Cache Misses
, but no matter what I've tried I cannot see the captured counter data in the resulting reports.
Here is my configuration:
General
Sampling
CPU Counters
I found an article that describes the process (http://blogs.msdn.com/b/profiler/archive/2010/06/22/cpu-performance-counters-in-visual-studio-2010-profiler.aspx), but I can't get the results to show up anywhere. Clearly I am doing something wrong, can any suggest a solution to this problem?
Upvotes: 2
Views: 324
Reputation: 3796
It turns out the system I was using was a Hyper-V instance. Consequently, processor metrics like L2 Cache are not available because it's a virtual environment.
Upvotes: 2