mirror of
https://github.com/google/pebble.git
synced 2025-11-20 14:30:55 -05:00
spelling: measurement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -60,7 +60,7 @@ message MeasurementSet {
|
|||||||
Good = 6;
|
Good = 6;
|
||||||
Excellent = 7;
|
Excellent = 7;
|
||||||
}
|
}
|
||||||
enum Type { /// types of measuremetn samples we can take. minor changes to SI units to encode efficiently
|
enum Type { /// types of measurement samples we can take. minor changes to SI units to encode efficiently
|
||||||
UnknownEvent = 0; /// Protocol Buffers uses the first enum as the default
|
UnknownEvent = 0; /// Protocol Buffers uses the first enum as the default
|
||||||
TimeMS = 1; /// more percise time, in milliseconds
|
TimeMS = 1; /// more percise time, in milliseconds
|
||||||
VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless
|
VMC = 2; /// Vector Magnitude Counts. Rough measure of total activity. Unitless
|
||||||
|
|||||||
Reference in New Issue
Block a user