You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(memtrack): write dropped-event count to sidecar on shutdown
After the tracked command exits, read the eBPF dropped-event
counter, log a warning if non-zero, and persist the value as a
MemtrackMeta sidecar next to the events file. Lets the backend
mark a benchmark as incomplete instead of silently accepting a
truncated memory trace.
Refs COD-2577.
0 commit comments