Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.h64 uint32_t tick_for_testing() const { return tick_; } in tick_for_testing() function
Dsys_stats_data_source_unittest.cc217 if (ds->tick_for_testing()) in Poller()