Searched refs:CLOCKS_PER_SEC (Results 1 – 7 of 7) sorted by relevance
25 #define CLOCKS_PER_SEC (1000000) macro33 #define TICK2MSEC(tick) ((tick)* (1000 / CLOCKS_PER_SEC))
54 int32_t ticks_per_second() { return CLOCKS_PER_SEC; }
12 #define CLOCKS_PER_SEC HZ macro18 return clock() * 10000L / CLOCKS_PER_SEC; in get_time()
2111 (t_misc+t_decode+t_encode)/(float)CLOCKS_PER_SEC); in main()2113 t_decode/(float)CLOCKS_PER_SEC); in main()2115 t_encode/(float)CLOCKS_PER_SEC); in main()2117 t_misc/(float)CLOCKS_PER_SEC); in main()
352 float currentClock = clock() / (float) CLOCKS_PER_SEC; in GetClock()
540 double ms = 1000.0 * (t[j] - t[j - 1]) / CLOCKS_PER_SEC; in main()
1772 if (outfile && index >= 0 && clocks >= CLOCKS_PER_SEC / 10) { in run_test()1774 fprintf(outfile, " time: %d ms\n", (int)(clocks * 1000LL / CLOCKS_PER_SEC)); in run_test()1854 if (force || !last_clock || (t - last_clock) > CLOCKS_PER_SEC / 20) { in show_progress()
Completed in 15 milliseconds