Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 556 Bytes

Loopscan

Tool for monitoring shared event loops with Javascript

loopscan screenshot

Current support

  • 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)

Live demo

For a quick demo you simply visit this link and click "Start" :D

To Do

Add test case for the GPU process. Create timer with Worker and SharedArrayBuffer.