API Referenceglobal
PeriodMetricclass
object→PeriodMetric
Constructors1
Showing 1 constructors
public PeriodMetric(float Min, float Max, float Avg, int Calls)
| Parameter | Type | Description |
|---|---|---|
| Min | float | — |
| Max | float | — |
| Avg | float | — |
| Calls | int | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(float Min, float Max, float Avg, int Calls)
| Parameter | Type | Description |
|---|---|---|
| Min | float | — |
| Max | float | — |
| Avg | float | — |
| Calls | int | — |
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public float Sandbox.Diagnostics.PerformanceStats.PeriodMetric.Avg { get; set; }
Returns:
float—public int Sandbox.Diagnostics.PerformanceStats.PeriodMetric.Calls { get; set; }
Returns:
int—public float Sandbox.Diagnostics.PerformanceStats.PeriodMetric.Max { get; set; }
Returns:
float—public float Sandbox.Diagnostics.PerformanceStats.PeriodMetric.Min { get; set; }
Returns:
float—No results match this filter.