Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Ddut_mon.py88 tick_count = metrics.Counter('chromeos/autotest/dut_mon/tick',
110 tick_count.increment()
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Datrace_process_dump.cc47 int tick_count = std::numeric_limits<int>::max(); in RunAndPrintJson() local
49 tick_count = dump_count_ * dump_interval_in_timer_ticks_; in RunAndPrintJson()
51 for (int tick = 0; tick < tick_count; tick++) { in RunAndPrintJson()