Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dthread_sanitizer.cc4083 int64_t permile = (c * 1000) / total_counter; in PrintTraceProfile() local
4087 if (permile == 0 || i >= 20) break; in PrintTraceProfile()
4090 permile, trace->n_mops(), in PrintTraceProfile()