Class PerformanceReport
- Namespace
- Stride.Core.Diagnostics
- Assembly
- Stride.Core.dll
public class PerformanceReport- Inheritance
- 
      objectPerformanceReport
Constructors
PerformanceReport()
public PerformanceReport()Properties
Measures
public IEnumerable<PerformanceReport.PerformanceReportInfo> Measures { get; }Property Value
Methods
BeginMeasure(string)
[Conditional("DEBUG")]
public void BeginMeasure(string text)Parameters
- textstring
EndMeasure()
[Conditional("DEBUG")]
public void EndMeasure()Reset()
public void Reset()ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
- A string that represents the current object.