DkmPerformanceCounters.StartStopCounter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of performance watch start/stop iterations. If this number is high then performance data is not reliable.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property System::UInt32 StartStopCounter { System::UInt32 get(); };
public:
property unsigned int StartStopCounter { unsigned int get(); };
public uint StartStopCounter { get; }
member this.StartStopCounter : uint32
Public ReadOnly Property StartStopCounter As UInteger