Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PerformanceReport Class

    Namespace: Stride.Core.Diagnostics
    Assembly: Stride.Core.dll
    System.Object → PerformanceReport
    Derived from PerformanceReport:

    public class PerformanceReport
    Name Description
    Constructors
    PerformanceReport()
    Properties
    Measures
    Methods
    BeginMeasure(String)
    EndMeasure()
    Reset()
    ToString()
    | Improve this Doc View Source

    Constructors


    PerformanceReport()

    public PerformanceReport()
    | Improve this Doc View Source

    Properties


    Measures

    public IEnumerable<PerformanceReport.PerformanceReportInfo> Measures { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<PerformanceReport.PerformanceReportInfo>
    | Improve this Doc View Source

    Methods


    BeginMeasure(String)

    [Conditional("DEBUG")]
    public void BeginMeasure(string text)
    Parameters
    Type Name Description
    System.String text

    EndMeasure()

    [Conditional("DEBUG")]
    public void EndMeasure()

    Reset()

    public void Reset()

    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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