diff --git a/src/cpuprofiler.js b/src/cpuprofiler.js index f8f919431afe..f55ebec78df3 100644 --- a/src/cpuprofiler.js +++ b/src/cpuprofiler.js @@ -4,12 +4,16 @@ * SPDX-License-Identifier: MIT */ -// cpuprofiler.js is an interactive CPU execution profiler which measures the time spent in executing code that utilizes requestAnimationFrame(), setTimeout() and/or setInterval() handlers to run. -// Visit https://github.com/emscripten-core/emscripten for the latest version. - -// performance.now() might get faked later (this is done in the openwebgames.com test harness), so save the real one for cpu profiler. -// However, in Safari, assigning to the performance object will mysteriously vanish in other imported .js