Home
last modified time | relevance | path

Searched defs:ClockReading (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/include/perfetto/tracing/core/
Dclock_snapshots.h24 struct ClockReading { struct
25 ClockReading(uint32_t _clock_id, uint64_t _timestamp) in ClockReading() argument
35 using ClockSnapshotVector = std::vector<ClockReading>; argument