diff options
| author | Stefan Boberg <[email protected]> | 2026-04-14 00:10:01 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-04-14 00:10:01 +0200 |
| commit | 02c80373825822d58017478389289309fe97d6de (patch) | |
| tree | 986ac7f15c3a1a7f30ac9b8df0042b0e7b4ac8ae /src/zenhttp/asynchttpclient_test.cpp | |
| parent | Add cross-platform parallel sort and parallelize trace LOD builds (diff) | |
| download | zen-sb/tourist.tar.xz zen-sb/tourist.zip | |
Overlap scope stats with timeline build and fix parallel sort deadlocksb/tourist
Run CPU scope statistics computation on a worker thread concurrently
with the timeline copy + sort + LOD build, since they read from
TimelineAn independently and write to separate Model fields.
Fix deadlock when ParallelSort was called from inside a worker task by
splitting the sort phase: small timelines are dispatched to workers
(plain eastl::sort, no nesting), then large timelines are sorted from
the main thread via ParallelSort with the full pool available.
Diffstat (limited to 'src/zenhttp/asynchttpclient_test.cpp')
0 files changed, 0 insertions, 0 deletions