Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_storage.cc123 MaybeUpdateMinMax(nestable_slices_.start_ns().begin(), in GetTraceTimestampBoundsNs()
124 nestable_slices_.start_ns().end(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
Dtrace_storage.h852 const NestableSlices& nestable_slices() const { return nestable_slices_; } in nestable_slices()
853 NestableSlices* mutable_nestable_slices() { return &nestable_slices_; } in mutable_nestable_slices()
959 NestableSlices nestable_slices_; variable