Home
last modified time | relevance | path

Searched refs:Dhrystones_Per_Second (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/sustainedperf/dhrystone/
Ddhry_1.c67 Dhrystones_Per_Second; variable
199 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time; in main()
203 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs) in main()
206 printf ("%6.1f \n", Dhrystones_Per_Second); in main()