Profiling build performance?

Ninja writes a .ninja_log file where each build step is recorded. You can then convert that log file using https://github.com/nico/ninjatracing to a format that can be read by Chrome’s about:tracing utility.

I hope this helps.

3 Likes