mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-22 10:14:24 +00:00
Context switch samples are excluded from the sampling statistics, but the flame graph built from thread samples included them. Threads which spend time blocked accumulated large scheduler towers which none of the other sampling views show, and the flame graph totals did not correspond to the statistics for the same trace. Filter the samples the same way the trace load jobs do.