Search Results for

    Show / Hide Table of Contents

    Struct ScopeProfileBlockCPU

    Helper structure used to call BeginEvent/EndEvent within single code block.

    Assembly: FlaxEngine.dll
    File: Engine/Profiler/ProfilerCPU.h
    Syntax
    public struct ScopeProfileBlockCPU

    Fields

    Index

    Declaration
    public int32 Index
    Field Value
    int32

    Methods

    ~ScopeProfileBlockCPU()

    Declaration
    public ~ScopeProfileBlockCPU()
    Returns
    FORCE_INLINE

    ScopeProfileBlockCPU(const Char* name)

    Declaration
    public ScopeProfileBlockCPU(const Char* name)
    Parameters
    Char name

    Returns
    FORCE_INLINE

    ScopeProfileBlockCPU(const char* name)

    Declaration
    public ScopeProfileBlockCPU(const char* name)
    Parameters
    char name

    Returns
    FORCE_INLINE

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat