-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Related to https://github.com/openmina/bpf-mem, and #954.
From @tizoc:
https://github.com/openmina/bpf-mem and there was a frontend for it
keep in mind that it is not extremely accurate. It is good for when something goes horribly wrong because in that case it is easy to spot the issue, and it is basically 0 overhead memory profiling that supports long runs. So, it works well and had advantages, but also limitations
for better, more accurate and fine-grained memory usage debugging I suggest you extend and continue https://github.com/openmina/openmina/issues/954https://github.com/openmina/bpf-mem and there was a frontend for it
keep in mind that it is not extremely accurate. It is good for when something goes horribly wrong because in that case it is easy to spot the issue, and it is basically 0 overhead memory profiling that supports long runs. So, it works well and had advantages, but also limitations
for better, more accurate and fine-grained memory usage debugging I suggest you extend and continue #954