Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkString.h"
#include "include/private/base/SkTemplates.h"
#include "src/base/SkRandom.h"
#include "src/core/SkChecksum.h"
#include "src/core/SkMD5.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | ComputeChecksumBench |
Macros | |
#define | DEF_CHECKSUM_BENCH(T) |
Enumerations | |
enum | ChecksumType { kMD5_ChecksumType , kWyhash_ChecksumType } |
#define DEF_CHECKSUM_BENCH | ( | T | ) |
Definition at line 86 of file ChecksumBench.cpp.
enum ChecksumType |
Enumerator | |
---|---|
kMD5_ChecksumType | |
kWyhash_ChecksumType |
Definition at line 17 of file ChecksumBench.cpp.