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.c68 Dhrystones_Per_Second; variable
200 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time; in main()
204 Dhrystones_Per_Second = ((float) HZ * (float) Number_Of_Runs) in main()
207 printf ("%6.1f \n", Dhrystones_Per_Second); in main()