struct CountRecord
Defined at line 176 of file ../../zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/perf-mon.h
Record the value of a counter at a particular time.
It is expected that this record follows a TIME record.
The counter resets to zero after this record.
This is used when another timebase is driving the sampling, e.g., another
counter. Otherwise the "tick" record is generally used as it takes less
space.
Public Members
RecordHeader header
uint64_t count