Home
last modified time | relevance | path

Searched defs:SortBench (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/bench/
H A DSortBench.cpp109 class SortBench : public Benchmark { class
116 SortBench(Type t, SortType s) : fType(t), fSortProc(gSorts[s].fProc) { in SortBench() function in SortBench