mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-06 21:39:22 +00:00
There is a legitimate, if rare, way to get nonReentrantCount == 0 with total != 0 — an outer zone that never terminated before the capture ended, whose reentrant inner zone did terminate. The outer never contributes to slz (no end event), but it did increment the stack count, so the inner one is correctly recorded as a reentry.