Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.h141 struct ClockValue { struct
142 ClockValue(ClockId id, int64_t ts) : clock_id(id), absolute_timestamp(ts) {} in ClockValue() function
143 ClockValue(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockValue() function
158 uint32_t AddSnapshot(const std::vector<ClockValue>&); argument