Lines Matching refs:start
18 let start = Date.now();
19 let now = start;
22 while (now - start < 100) {
32 // approximate tries in 2s (unless now - start >> 100 ms)
37 start = Date.now();
45 const us = (end - start) * 1000 / times;
67 let start = Date.now();
68 let now = start;
71 while (now - start < 100) {
81 // approximate tries in 2s (unless now - start >> 100 ms)
86 start = Date.now();
94 const us = (end - start) * 1000 / times;