Searched refs:MutexBench (Results 1 – 3 of 3) sorted by relevance
14 class MutexBench : public Benchmark { class16 MutexBench(SkString benchPrefix) : fBenchName(benchPrefix += "UncontendedBenchmark") { } in MutexBench() function in MutexBench64 DEF_BENCH( return new MutexBench<SkSharedMutex>(SkString("SkSharedMutex")); )65 DEF_BENCH( return new MutexBench<SkMutex>(SkString("SkMutex")); )66 DEF_BENCH( return new MutexBench<SkSpinlock>(SkString("SkSpinlock")); )
82 "$_bench/MutexBench.cpp",
1765 "bench/MutexBench.cpp",