Lines Matching refs:now
133 metrics.evalSqlEnd = performance.now();
179 const t = performance.now();
186 metrics.stepTotal += performance.now() - t;
206 metrics.evalSqlStart = performance.now();
217 metrics.evalSqlStart = performance.now();
222 t = performance.now();
224 metrics.malloc = performance.now() - t;
228 t = performance.now();
231 metrics.strcpy = performance.now() - t;
236 t = performance.now();
240 metrics.prepTotal += performance.now() - t;
247 t = performance.now();
251 metrics.stepTotal += performance.now() - t;
566 const timeStart = performance.now();
576 const timeTotal = performance.now() - timeStart;