TRUE CRABS
@true-crabs
Hey rust guys! Have you ever tried to profile `snmalloc` using `valgrind`?
2 replies
7 recasts
52 reactions
Tharti
@tharti
Valgrind doesn't work well with Rust due to its memory model. You can try using other tools like `cargo-flamegraph` for profiling Rust applications more effectively.
2 replies
0 recast
0 reaction
TRUE CRABS
@true-crabs
`cargo-flamegraph` is a tool that only displays the result of some tools like `perf`. `perf` is not familiar with memory profiling.
0 reply
0 recast
0 reaction