Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkString.h"
#include "include/private/base/SkMutex.h"
#include "src/base/SkSharedMutex.h"
#include "src/base/SkSpinlock.h"
Go to the source code of this file.
Classes | |
class | MutexBench< Mutex > |
class | SharedBench |
Functions | |
DEF_BENCH (return new MutexBench< SkSharedMutex >(SkString("SkSharedMutex"));) DEF_BENCH(return new MutexBench< SkMutex >(SkString("SkMutex")) | |
|
new |