PerformanceReport Class
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
System.Object →
PerformanceReport
Derived from PerformanceReport:
public class PerformanceReport
| Name | Description | |
|---|---|---|
| Constructors | ||
| PerformanceReport() | ||
| Properties | ||
| Measures | ||
| Methods | ||
| BeginMeasure(String) | ||
| EndMeasure() | ||
| Reset() | ||
| ToString() | ||
Constructors
PerformanceReport()
public PerformanceReport()
Properties
Measures
public IEnumerable<PerformanceReport.PerformanceReportInfo> Measures { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<PerformanceReport.PerformanceReportInfo> |
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()