Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dmicrobench.js100 var get_clock; variable
107 get_clock = Date.now;
109 get_clock = globalThis.__date_clock;
146 t = get_clock();
147 while ((t1 = get_clock()) == t)
152 t1 = get_clock() - t1;
842 var t1 = get_clock();
844 t1 = get_clock() - t1;

Completed in 4 milliseconds