Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.h139 struct ClockTimestamp { struct
140 ClockTimestamp(ClockId id, int64_t ts) : clock(id), timestamp(ts) {} in ClockTimestamp() function
141 ClockTimestamp(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockTimestamp() argument
165 base::StatusOr<uint32_t> AddSnapshot(const std::vector<ClockTimestamp>&); argument