Home
last modified time | relevance | path

Searched refs:instants_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Dtrace_storage.cc121 MaybeUpdateMinMax(instants_.timestamps().begin(), in GetTraceTimestampBoundsNs()
122 instants_.timestamps().end(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
Dtrace_storage.h868 const Instants& instants() const { return instants_; } in instants()
869 Instants* mutable_instants() { return &instants_; } in mutable_instants()
973 Instants instants_; variable