PerformanceReport.PerformanceReportInfo Struct
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
public struct PerformanceReportInfo
| Name | Description | |
|---|---|---|
| Properties | ||
| Milliseconds | ||
| Text | ||
| Ticks | ||
Properties
Milliseconds
public long Milliseconds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Text
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ticks
public long Ticks { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()