mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-01 09:31:53 +01:00
instrument: Update MeasurementType table
- Add generic "count" and "percent" MeasurementType's. - Add "fps" MeasurementType. - Add "thermal" category for "termperature" - Add a comment describing each category
This commit is contained in:
@@ -236,13 +236,15 @@ defined measurement types are
|
||||
+-------------+-------------+---------------+
|
||||
| name | units | category |
|
||||
+=============+=============+===============+
|
||||
| time | seconds | time |
|
||||
| count | count | |
|
||||
+-------------+-------------+---------------+
|
||||
| percent | percent | |
|
||||
+-------------+-------------+---------------+
|
||||
| time_us | microseconds| time |
|
||||
+-------------+-------------+---------------+
|
||||
| time_ms | milliseconds| time |
|
||||
+-------------+-------------+---------------+
|
||||
| temperature | degrees | |
|
||||
| temperature | degrees | thermal |
|
||||
+-------------+-------------+---------------+
|
||||
| power | watts | power/energy |
|
||||
+-------------+-------------+---------------+
|
||||
|
Reference in New Issue
Block a user