Slugart
Slugart

Reputation: 4680

Where are collected CPU counters visible in Visual Studio 2012

Once a project has been profiled in instrumentation mode and the various portable and platform events from the CPU counters menu have been selected where should they be visible?

In the profile report all the basic performance data is visible (cpu time, calls, etc...) however but not the selected CPU counters.

They are not present in the Marks section either. There are only Windows counters, regardless of whether they were enabled or selected.

Upvotes: 3

Views: 359

Answers (1)

Slugart
Slugart

Reputation: 4680

The CPU counters appear in the Functions view of the profiling report. In order for them to be collected you must run Visual Studio as administrator. There is a warning in the output window if you do not do this.

Upvotes: 3

Related Questions