Searched refs:MutexBench (Results 1 – 5 of 5) 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")); )
81 "$_bench/MutexBench.cpp",
2022 "bench/MutexBench.cpp",