Class VTuneProfiler
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
This static class gives access to the Pause/Resume API of VTune Amplifier. It is available on Windows Desktop platform only.
public static class VTuneProfiler- Inheritance
- 
      objectVTuneProfiler
Fields
IsAvailable
public static readonly bool IsAvailableField Value
Methods
CreateDomain(string)
public static VTuneProfiler.Domain CreateDomain(string domaiName)Parameters
- domaiNamestring
Returns
CreateEvent(string)
public static VTuneProfiler.Event CreateEvent(string eventName)Parameters
- eventNamestring
Returns
Pause()
Suspends the profiler.
public static void Pause()Resume()
Resumes the profiler.
public static void Resume()