Home
last modified time | relevance | path

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

/external/perfetto/tools/compact_reencode/
Dmain.cc88 uint64_t last_switch_timestamp = 0; in ReEncodeBundle() local
115 switch_timestamp.Append(event.timestamp() - last_switch_timestamp); in ReEncodeBundle()
116 last_switch_timestamp = event.timestamp(); in ReEncodeBundle()