2 replies
1 recast
25 reactions
1 reply
0 recast
0 reaction
Thanks for sharing.
I meant that are tools to identify bottlenecks code itself, especially rust,
like monitoring mem alloc, dealloc, heap, cache.
Eventually, which part is the most uneffective, how to improve memory usage... these stuffs are main points to consider.
For example, Valgrind, heaptrack, bytehound are most common memory profiling tools. Especially what I want to know is for profiling memory for rust-tokio friendly. 0 reply
0 recast
0 reaction