Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_unittest.cc80 uint64_t total_expected_us = expected_s * 1000 * 1000 + expected_us; in WithinOneMicrosecond() local
81 if (actual_us == total_expected_us) in WithinOneMicrosecond()