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