Table of Contents

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

bool

Methods

CreateDomain(string)

public static VTuneProfiler.Domain CreateDomain(string domaiName)

Parameters

domaiName string

Returns

VTuneProfiler.Domain

CreateEvent(string)

public static VTuneProfiler.Event CreateEvent(string eventName)

Parameters

eventName string

Returns

VTuneProfiler.Event

Pause()

Suspends the profiler.

public static void Pause()

Resume()

Resumes the profiler.

public static void Resume()