Lines Matching refs:PerfTest
134 PerfTest("Verifying integer_sort", "spreadsort");
135 PerfTest("Verifying float_sort", "floatsort");
136 PerfTest("Verifying string_sort", "stringsort");
137 PerfTest("Verifying integer_sort with mostly-sorted data", "mostlysorted");
138 PerfTest("Timing integer_sort on already-sorted data", "alreadysorted");
139 PerfTest("Verifying integer_sort with rightshift", "rightshift");
140 PerfTest("Verifying integer_sort with 64-bit integers", "int64");
141 PerfTest("Verifying integer_sort with separate key and data", "keyplusdata");
142 PerfTest("Verifying reverse integer_sort", "reverseintsort");
143 PerfTest("Verifying float_sort with doubles", "double");
144 PerfTest("Verifying float_sort with shift functor", "shiftfloatsort");
145 PerfTest("Verifying float_sort with functors", "floatfunctorsort");
146 PerfTest("Verifying string_sort with indexing functors", "charstringsort");
147 PerfTest("Verifying string_sort with all functors", "stringfunctorsort");
148 PerfTest("Verifying reverse_string_sort", "reversestringsort");
149 PerfTest("Verifying reverse_string_sort with functors",
151 PerfTest("Verifying generalized string_sort with multiple keys of different types",
153 PerfTest("Verifying boost::sort on its custom-built worst-case distribution",
173 sub PerfTest { subroutine