Y
Hacker News
new
|
ask
|
show
|
jobs
by
bdash
306 days ago
I've had success using
https://github.com/nico/ninjatracing
along with Clang's `-ftime-trace` to visualize the build performance of a C++ project using CMake.
https://github.com/aras-p/ClangBuildAnalyzer
helps further break down what the compiler is spending its time on.