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
-
VTuneProfiler
Fields
IsAvailable
public static readonly bool IsAvailable
Field Value
Methods
CreateDomain(string)
public static VTuneProfiler.Domain CreateDomain(string domaiName)
Parameters
domaiName
string
Returns
CreateEvent(string)
public static VTuneProfiler.Event CreateEvent(string eventName)
Parameters
eventName
string
Returns
Pause()
Suspends the profiler.
public static void Pause()
Resume()
Resumes the profiler.
public static void Resume()