Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    VTuneProfiler Class

    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.

    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.

    | Improve this Doc View Source

    Fields


    IsAvailable

    public static readonly bool IsAvailable
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    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()

    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation