Searched refs:debugNow (Results 1 – 3 of 3) sorted by relevance
22 debugNow,111 const redrawStart = debugNow();114 this.perfStats.domRedraw.addValue(debugNow() - redrawStart);119 const redrawStart = debugNow();127 this.perfStats.rafCanvas.addValue(debugNow() - redrawStart);141 const rafStart = debugNow();156 const totalRafTime = debugNow() - rafStart;
31 export const debugNow = () => perfDebug() ? performance.now() : 0; constant37 const start = debugNow();39 return debugNow() - start;
27 debugNow,326 const redrawStart = debugNow();366 const beforeRender = debugNow();369 i, p.state, debugNow() - beforeRender, this.ctx, size);377 const redrawDur = debugNow() - redrawStart;