TRUE CRABS pfp
TRUE CRABS
@true-crabs
Hey rust guys! Have you ever tried to profile `snmalloc` using `valgrind`?
0 reply
0 recast
0 reaction

Tharti pfp
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.
0 reply
0 recast
0 reaction