docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Namespace Unity.Profiling

    Classes

    ProfilerMarkerExtension

    Provides an extension to the ProfilerMarker API to accommodate a single additional parameter to the Begin method.

    Structs

    ProfilerCategory

    Defines a profiling category when you create a ProfilerMarker.

    ProfilerCounterValue<T>

    Reports a value of an integral or floating point type to the Unity Profiler.

    ProfilerCounter<T>

    Reports a value of an integer or floating point type to the Unity Profiler.

    ProfilerMarker<TP1>

    Use ProfilerMarker<TP1> to mark up script code blocks for the Unity Profiler.

    You can pass a single integral or floating point parameter alongside the Begin event.

    ProfilerMarker<TP1, TP2>

    Use ProfilerMarker<TP1, TP2> to mark up script code blocks for the Unity Profiler.

    You can pass two integral or floating point parameters alongside the Begin event. The following types are supported as parameters:

    • int
    • uint
    • long
    • ulong
    • float
    • double

    ProfilerMarker<TP1, TP2, TP3>

    Use ProfilerMarker<TP1> to mark up script code blocks for the Unity Profiler.

    You can pass three integral or floating point parameters alongside the Begin event. The following types are supported as parameters:

    • int
    • uint
    • long
    • ulong
    • float
    • double
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)