mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
We have an annoying issue where we look at all fiends of a counter values chunk in the counter set frame. So we need those values set to zero. If we are passed fewer counter values than can fit in the frame, we leave some of that data uninitialized. This ensures that it is cleared.