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.h134 struct ClockTimestamp { struct
135 ClockTimestamp(ClockId id, int64_t ts) : clock(id), timestamp(ts) {} in ClockTimestamp() function
136 ClockTimestamp(ClockId id, int64_t ts, int64_t unit, bool incremental) in ClockTimestamp() argument
160 base::StatusOr<uint32_t> AddSnapshot(const std::vector<ClockTimestamp>&); argument