Enum SampleUnit
Measurement unit used for sample groups.
Namespace: Unity.PerformanceTesting
Assembly: Unity.PerformanceTesting.dll
Syntax
public enum SampleUnit
Fields
| Name | Description |
|---|---|
| Byte | Bytes. |
| Gigabyte | Gigabytes. |
| Kilobyte | Kilobytes. |
| Megabyte | Megabytes. |
| Microsecond | Microseconds. |
| Millisecond | Milliseconds. |
| Nanosecond | Nanoseconds. |
| Second | Seconds. |
| Undefined | Undefined, represents any other unit we don't have by default. When using it make sure your sample group name represents the measurement. |