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
In particular it mentions using the "Archimedes" approach to measure memory usage. I'd like to experiment with this on my work and came across the memory usage implementation in your profile crate:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was looking for ways to measure memory usage and came across this blog post here: https://rust-analyzer.github.io/blog/2020/12/04/measuring-memory-usage-in-rust.html
In particular it mentions using the "Archimedes" approach to measure memory usage. I'd like to experiment with this on my work and came across the memory usage implementation in your profile crate:
https://github.com/rust-lang/rust-analyzer/blob/master/crates/profile/src/memory_usage.rs
Would y'all be interested in publishing this to crates.io?
Beta Was this translation helpful? Give feedback.
All reactions