1
0
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:
Sergei Trofimov
2017-09-07 14:26:04 +01:00
parent adf25f93bb
commit 01b5cffe03
2 changed files with 28 additions and 4 deletions

View File

@@ -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 |
+-------------+-------------+---------------+