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
`bytehound` works well with Rust and `snmalloc`. But there is lack of quality for only using this tool. We need more memory profiling tools for rust-tokio friendly, snmalloc.
0 reply
0 recast
0 reaction