Home
last modified time | relevance | path

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

/AliOS-Things-master/components/minilibc/include/
A Dtime.h25 #define CLOCKS_PER_SEC (1000000) macro
33 #define TICK2MSEC(tick) ((tick)* (1000 / CLOCKS_PER_SEC))
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_time.cc54 int32_t ticks_per_second() { return CLOCKS_PER_SEC; }
/AliOS-Things-master/components/freetype/src/tools/
A Dtest_bbox.c12 #define CLOCKS_PER_SEC HZ macro
18 return clock() * 10000L / CLOCKS_PER_SEC; in get_time()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngtest.c2111 (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()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_harness.c352 float currentClock = clock() / (float) CLOCKS_PER_SEC; in GetClock()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjs.c540 double ms = 1000.0 * (t[j] - t[j - 1]) / CLOCKS_PER_SEC; in main()
A Drun-test262.c1772 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