HomeSort by relevance Sort by last modified time
    Searched refs:Dhrystones_Per_Second (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c 67 Dhrystones_Per_Second;
199 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;
203 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs)
206 printf ("%6.1f \n", Dhrystones_Per_Second);
  /external/u-boot/lib/dhry/
dhry_1.c 310 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;
314 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs)
320 printf ("%6.1f \n", Dhrystones_Per_Second);

Completed in 630 milliseconds