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