mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-13 13:58:12 +00:00
Loading on the browser main thread cannot start more than the 8 pre-created workers: beyond that, thread creation waits for the main thread to return to its event loop, which the load never does. Decompression threads were only an optimization, so on emscripten spawn workers for at most 4 streams and decompress the rest on the loading thread.
26 KiB
26 KiB