mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
![Alexandre Poirot](/assets/img/avatar_default.png)
It appears that emitting one CONSOLE_MESSAGE per frame highlights the overhead of DevTools transport and JSWindowActor communication. Throttling the messages by sending array of them significantly improve the overall performance of tracing. Differential Revision: https://phabricator.services.mozilla.com/D173775