Home
last modified time | relevance | path

Searched refs:last_timestamp_ns (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.h262 int64_t last_timestamp_ns = 0; member
271 last_timestamp_ns += delta_ns; in ToNs()
272 return last_timestamp_ns; in ToNs()
Dclock_tracker.cc86 domain.last_timestamp_ns = timestamp_ns; in AddSnapshot()
/external/perfetto/src/trace_processor/
Dexport_json.cc734 int64_t last_timestamp_ns = FindLastSliceTimestamp(); in ExportProcessUptimes() local
735 if (last_timestamp_ns <= 0) in ExportProcessUptimes()
746 (last_timestamp_ns - start_timestamp_ns.value()) / in ExportProcessUptimes()