Searched refs:runSort (Results 1 – 2 of 2) sorted by relevance
88 CpuNative.runSort(1 * MB, 10); in warmUpCpu()100 result[i] = CpuNative.runSort(arrayLength, numberRepeatInEachCall); in doTestSort()
30 public static native double runSort(int numberElements, int repetition); in runSort() method in CpuNative