Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've found that using Linux tools like perf work well for profiling Rust, since it's compatible with C.


Yup! perf and kcachegrind actually work nearly as well for Rust as they do for C/C++. It's all just another LLVM compiler that emits debug info, as far as Linux tools are concerned.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: