Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dclock_tracker.h138 struct ClockTimestamp { struct
139 ClockTimestamp(ClockId id, int64_t ts) : clock(id), timestamp(ts) {} in ClockTimestamp() argument
140 ClockTimestamp(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockTimestamp() argument
143 Clock clock;
144 int64_t timestamp;