VTuneProfiler Class
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
This static class gives access to the Pause/Resume API of VTune Amplifier. It is available on Windows Desktop platform only.
System.Object →
VTuneProfiler
Derived from VTuneProfiler:
public static class VTuneProfiler
Name | Description | |
---|---|---|
Fields | ||
IsAvailable | ||
Methods | ||
CreateDomain(String) | ||
CreateEvent(String) | ||
Pause() | Suspends the profiler. |
|
Resume() | Resumes the profiler. |
Fields
IsAvailable
public static readonly bool IsAvailable
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateDomain(String)
public static VTuneProfiler.Domain CreateDomain(string domaiName)
Parameters
Type | Name | Description |
---|---|---|
System.String | domaiName |
Returns
Type | Description |
---|---|
VTuneProfiler.Domain |
CreateEvent(String)
public static VTuneProfiler.Event CreateEvent(string eventName)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventName |
Returns
Type | Description |
---|---|
VTuneProfiler.Event |
Pause()
Suspends the profiler.
public static void Pause()
Resume()
Resumes the profiler.
public static void Resume()