Search Results for

    Show / Hide Table of Contents

    Class LocalProfiler

    Inheritance
    Object
    LocalProfiler
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class LocalProfiler : IDisposable

    Methods

    Accumulated(String)

    Declaration
    public string Accumulated(string label)
    Parameters
    Type Name Description
    String label
    Returns
    Type Description
    String

    AllAccumulatedTicks(String)

    Declaration
    public string AllAccumulatedTicks(string prefix = "Times:")
    Parameters
    Type Name Description
    String prefix
    Returns
    Type Description
    String

    AllAccumulatedTimes(String, String)

    Declaration
    public string AllAccumulatedTimes(string prefix = "Times:", string separator = " ")
    Parameters
    Type Name Description
    String prefix
    String separator
    Returns
    Type Description
    String

    AllTicks(String)

    Declaration
    public string AllTicks(string prefix = "Times:")
    Parameters
    Type Name Description
    String prefix
    Returns
    Type Description
    String

    AllTimes(String, String)

    Declaration
    public string AllTimes(string prefix = "Times:", string separator = " ")
    Parameters
    Type Name Description
    String prefix
    String separator
    Returns
    Type Description
    String

    Dispose()

    Declaration
    public void Dispose()

    DivideAllAccumulated(Int32)

    Declaration
    public void DivideAllAccumulated(int div)
    Parameters
    Type Name Description
    Int32 div

    Elapsed(String)

    Declaration
    public string Elapsed(string label)
    Parameters
    Type Name Description
    String label
    Returns
    Type Description
    String

    Get(String)

    Declaration
    public BlockTimer Get(string label)
    Parameters
    Type Name Description
    String label
    Returns
    Type Description
    BlockTimer

    Reset(String)

    Declaration
    public void Reset(string label)
    Parameters
    Type Name Description
    String label

    ResetAccumulated(String)

    Declaration
    public void ResetAccumulated(string label)
    Parameters
    Type Name Description
    String label

    ResetAllAccumulated(String)

    Declaration
    public void ResetAllAccumulated(string label)
    Parameters
    Type Name Description
    String label

    Start(String)

    Declaration
    public BlockTimer Start(string label)
    Parameters
    Type Name Description
    String label
    Returns
    Type Description
    BlockTimer

    Stop(String)

    Declaration
    public void Stop(string label)
    Parameters
    Type Name Description
    String label

    StopAll()

    Declaration
    public void StopAll()

    StopAllAndStartNew(String)

    Declaration
    public BlockTimer StopAllAndStartNew(string label)
    Parameters
    Type Name Description
    String label
    Returns
    Type Description
    BlockTimer

    StopAndAccumulate(String, Boolean)

    Declaration
    public void StopAndAccumulate(string label, bool bReset = false)
    Parameters
    Type Name Description
    String label
    Boolean bReset

    Implements

    System.IDisposable
    In This Article
    Back to top ViRGIS VR GIS