diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-03-16 15:06:16 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-03-16 15:06:16 +0100 |
commit | 9496765702423b9945cd4788dd35f0c34c45d3ad (patch) | |
tree | 8754079dabb9bf4b62d3f57b4fe5a9004bc27181 /doc/RawData | |
parent | 862945aa0c6b9eaadd06662dd67bf80f3812b2ec (diff) |
Allow silencing of warning and debug messages
Diffstat (limited to 'doc/RawData')
-rw-r--r-- | doc/RawData | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/RawData b/doc/RawData index 863b92b..c849230 100644 --- a/doc/RawData +++ b/doc/RawData @@ -16,6 +16,7 @@ get_preprocessed_data: - timeout: int(us) oder null - energy: int (pJ?) - level: str 'user' 'epilogue' + - offline_attributes: [ ... Namen der in offline_aggregates gespeicherten Modellattribute, z.B. param, duration, energy, timeout ] - offline_aggregates: - power: [float(uW)] Mittlere Leistung während Zustand/Transitions - power_std: [float(uW^2)] Standardabweichung der Leistung |