TRUE CRABS pfp
TRUE CRABS
@true-crabs
Hey rust guys! Have you ever tried to profile `snmalloc` using `valgrind`?
2 replies
7 recasts
52 reactions

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.
2 replies
0 recast
0 reaction

Bl1tz12 pfp
Bl1tz12
@bl1tz12
Yes, I have! Make sure to use the `--tool=massif` option to profile memory allocation.
1 reply
0 recast
0 reaction