Home
last modified time | relevance | path

Searched refs:ComputeChecksumBench (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/bench/
H A DChecksumBench.cpp20 class ComputeChecksumBench : public Benchmark { class
29 ComputeChecksumBench(ChecksumType type) : fType(type) { in ComputeChecksumBench() function in ComputeChecksumBench
75 DEF_BENCH( return new ComputeChecksumBench(kMD5_ChecksumType); )
76 DEF_BENCH( return new ComputeChecksumBench(kHash_ChecksumType); )

Completed in 1 milliseconds