On Mon, 12 Aug 2024 14:01:29 GMT, Robert Toyonaga wrote:
> ### Summary
> This PR splits up NMT memory counter classes into "live" and "flat" versions.
> Currently, the same classes are used and reused in both live (recording) and
> snapshotted (reporting) contexts. However, after counters have
On Mon, 12 Aug 2024 14:01:29 GMT, Robert Toyonaga wrote:
> ### Summary
> This PR splits up NMT memory counter classes into "live" and "flat" versions.
> Currently, the same classes are used and reused in both live (recording) and
> snapshotted (reporting) contexts. However, after counters have
### Summary
This PR splits up NMT memory counter classes into "live" and "flat" versions.
Currently, the same classes are used and reused in both live (recording) and
snapshotted (reporting) contexts. However, after counters have been
shapshotted, they no longer need to be atomic or require thi