Searched refs:tick_count (Results 1 – 2 of 2) sorted by relevance
88 tick_count = metrics.Counter('chromeos/autotest/dut_mon/tick',110 tick_count.increment()
47 int tick_count = std::numeric_limits<int>::max(); in RunAndPrintJson() local49 tick_count = dump_count_ * dump_interval_in_timer_ticks_; in RunAndPrintJson()51 for (int tick = 0; tick < tick_count; tick++) { in RunAndPrintJson()