Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DClipStrategyBench.cpp13 class ClipStrategyBench : public Benchmark { class
20 ClipStrategyBench(Mode mode, size_t count) in ClipStrategyBench() function in ClipStrategyBench
36 ~ClipStrategyBench() override = default;
83 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 1 );)
84 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 5 );)
85 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBench::Mode::kClipPath, 10 );)
86 DEF_BENCH( return new ClipStrategyBench(ClipStrategyBenc
[all...]

Completed in 1 milliseconds