HomeSort by relevance Sort by last modified time
    Searched refs:MutexBench (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
MutexBench.cpp 14 class MutexBench : public Benchmark {
16 MutexBench(SkString benchPrefix) : fBenchName(benchPrefix += "UncontendedBenchmark") { }
64 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")); )
  /external/skqp/bench/
MutexBench.cpp 14 class MutexBench : public Benchmark {
16 MutexBench(SkString benchPrefix) : fBenchName(benchPrefix += "UncontendedBenchmark") { }
64 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")); )

Completed in 416 milliseconds