Searched defs:SortBench (Results 1 – 1 of 1) sorted by relevance
109 class SortBench : public Benchmark { class116 SortBench(Type t, SortType s) : fType(t), fSortProc(gSorts[s].fProc) { in SortBench() function in SortBench