Search Results for

    Show / Hide Table of Contents

    Class ProfilerCPU.Event

    Represents single CPU profiling event data.

    Inheritance
    System.Object
    ProfilerCPU.Event
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class Event : ValueType

    Fields

    Depth

    The event depth. Value 0 is used for the root event.

    Declaration
    public int Depth
    Field Value
    System.Int32

    End

    The end time (in milliseconds).

    Declaration
    public double End
    Field Value
    System.Double

    ManagedMemoryAllocation

    The managed memory allocation size during this event (excluding the child events). Given value is in bytes.

    Declaration
    public int ManagedMemoryAllocation
    Field Value
    System.Int32

    NativeMemoryAllocation

    The native dynamic memory allocation size during this event (excluding the child events). Given value is in bytes.

    Declaration
    public int NativeMemoryAllocation
    Field Value
    System.Int32

    Start

    The start time (in milliseconds).

    Declaration
    public double Start
    Field Value
    System.Double

    Properties

    Name

    Gets the event name.

    Declaration
    public string Name { get; }
    Property Value
    System.String

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat