Home | History | Annotate | Download | only in collationperf

Lines Matching full:timing

51     "-binsearch                 Binary Search timing test\n"
52 "-keygen Sort Key Generation timing test\n"
53 "-qsort Quicksort timing test\n"
338 // The randomized order is used as input for the sorting timing tests.
365 // doKeyGen() Key Generation Timing Test
459 // doBinarySearch() Binary Search timing test. Each name from the list
694 // doQSort() The quick sort timing test. Uses the C library qsort function.