Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dclock_tracker.h343 for (const auto& cached_clock_path : cache_) { in Convert() local
344 if (cached_clock_path.src != src_clock_id || in Convert()
345 cached_clock_path.target != target_clock_id) in Convert()
347 int64_t ns = cached_clock_path.src_domain->ToNs(src_timestamp); in Convert()
348 if (ns >= cached_clock_path.min_ts_ns && in Convert()
349 ns < cached_clock_path.max_ts_ns) in Convert()
350 return ns + cached_clock_path.translation_ns; in Convert()