Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DPathOpsBench.cpp16 class PathOpsBench : public Benchmark { class
22 PathOpsBench(const char suffix[], SkPathOp op) : fOp(op) { in PathOpsBench() function in PathOpsBench
81 DEF_BENCH( return new PathOpsBench("sect", kIntersect_SkPathOp); )
82 DEF_BENCH( return new PathOpsBench("join", kUnion_SkPathOp); )

Completed in 2 milliseconds