WinCounter
Visual Studio 2012
The WinCounter option specifies a Windows or application performance counter to collect at set intervals during the profile run. Windows and application performance counters are listed as marks in the profiling data file. You can specify multiple performance counters to collect in separate options.
By default, counters are collected every 500 milliseconds. Use the AutoMark option to specify a different collection interval.
Only one AutoMark option is used. If multiple AutoMark options are specified, the last one is used.
The WinCounter option can only be used with the Start option.
VSPerfCmd.exe /Start:Method /Wincounter:Path [/WinCounter:Path] [AutoMark:Milliseconds] [Options]