mirror of https://github.com/google/pebble
spelling: measurement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
14c0197dc2
commit
3103346331
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue