struct TickRecord

Defined at line 166 of file ../../zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/perf-mon.h

Record that a counting event reached its sample rate.

It is expected that this record follows a TIME record.

The counter resets to zero after this record.

This does not include the event's value in order to keep the size small:

the value is the sample rate which is known from the configuration.

Public Members