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