Tool for monitoring shared event loops with Javascript
- Renderer's Main Thread (with
postMessage
) - Renderer's Main Thread (with timers)
- Host's I/O Thread (with
fetch
requests) - Host's I/O Thread (with workers)
For a quick demo you simply visit this link and click "Start" :D
Add test case for the GPU process.
Create timer with Worker
and SharedArrayBuffer
.