Home | History | Annotate | Download | only in collationperf

Lines Matching full:compares

472     // Adjust loop count to compensate for file size.   Should be order n (lookups) * log n  (compares/lookup)
680 printf("binary search: total # of string compares = %d\n", gCount);
681 printf("binary search: compares per loop = %d\n", gCount / loops);
764 printf("qsort: total # of string compares = %d\n", gCount);