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
It looks like it largely works based on perf events. This is something we've been wanting to look into for some time, as I agree this is a really great idea for a "generic" profiler. That said, anything like perf or ebpf, won't be able to deliver line-number style statistics. For rust, it seems that pprof-rs is actually looking to implement memory profiling: tikv/pprof-rs#45. It looks like it's pretty far but the author doesn't have time to finish it up right now it seems. If there are any rust experts around (maybe you!) this would be really amazing to have in pprof-rs indeed!
Not sure if this is a candidate for memory profiling in Rust:
https://github.com/koute/memory-profiler
Output is currently in JSON and Heaptrack formats so would need a new format. Not sure what else?
The text was updated successfully, but these errors were encountered: