diff --git a/ext/mixed/js/timer.js b/ext/mixed/js/timer.js index 4fb9dbd1..451aa0df 100644 --- a/ext/mixed/js/timer.js +++ b/ext/mixed/js/timer.js @@ -31,7 +31,7 @@ class Timer { } sample(name) { - const time = window.performance.now(); + const time = performance.now(); this.samples.push({ name, time,