Searched refs:CLOCKS_PER_SEC (Results 1 – 8 of 8) sorted by relevance
71 ( count / ( ( (float) clocks ) / CLOCKS_PER_SEC ) ) / 1000, in reportTime()121 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_float32()148 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_float64()177 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_floatx80()208 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_float128()276 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_float32()303 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_float64()332 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_floatx80()363 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int64_z_float128()407 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_float32_z_int32()[all …]
147 #ifndef CLOCKS_PER_SEC149 #define CLOCKS_PER_SEC CLK_TCK macro151 #define CLOCKS_PER_SEC 1000000 macro158 return PyFloat_FromDouble(((double)clock()) / CLOCKS_PER_SEC); in time_clock()179 CLOCKS_PER_SEC); in time_clock()
252 return PyFloat_FromDouble((double)(t1-t0) / CLOCKS_PER_SEC); in spam_bench()
83 #define CLOCKS_PER_SEC __getCPS() macro
57 #define CLOCKS_PER_SEC 128 macro
123 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC); in os_clock()