Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions
MutexBench.cpp File Reference
#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"))
 

Function Documentation

◆ DEF_BENCH()

DEF_BENCH ( return new MutexBench< SkSharedMutex >(SkString("SkSharedMutex"));  )
new