Home
last modified time | relevance | path

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

/external/skia/bench/
Dbench_compare.py70 stat_type = "avg"
84 stat_type = value
97 old_benches = bench_util.parse({}, open(old, 'r'), stat_type)
98 new_benches = bench_util.parse({}, open(new, 'r'), stat_type)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h42 explicit Mutex(MutexType type, StatType stat_type);
Dtsan_mutex.cc208 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex() argument
215 stat_type_ = stat_type; in Mutex()