Home | History | Annotate | Download | only in embenchen

Lines Matching refs:loop

1437           console.log('main loop blocker "' + blocker.name + '" took ' + (Date.now() - start) + ' ms'); //, left: ' + Browser.mainLoop.remainingBlockers);
1443 // catch pauses from non-main loop sources
1453 Module.printErr('Looks like you are rendering without using requestAnimationFrame for the main loop. You should use 0 for the frame rate in emscripten_set_main_loop in order to use requestAnimationFrame, as that can greatly improve your frame rates!');
1454 Browser.mainLoop.method = ''; // just warn once per call to set main loop
1481 // catch pauses from the main loop itself
20199 // if we're not running an evented main loop, it's time to exit
20210 // running an evented main loop, don't immediately exit