Skip to content

Commit 969a1d9

Browse files
authored
Explicity state the timestamp unit for the memory bandwidth API (#66)
1 parent 42107be commit 969a1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sysman/memory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ members:
150150
- type: uint64_t
151151
name: timestamp
152152
desc: |
153-
[out] The timestamp when these measurements were sampled.
153+
[out] The timestamp in microseconds when these measurements were sampled.
154154
This timestamp should only be used to calculate delta time between snapshots of this structure.
155155
Never take the delta of this timestamp with the timestamp from a different structure since they are not guaranteed to have the same base.
156156
The absolute value of the timestamp is only valid during within the application and may be different on the next execution.

0 commit comments

Comments
 (0)