ninjatracing
ninjatracing copied to clipboard
Add an option to generate a flat profile
See the "SpeedScope" chapter in https://www.snsystems.com/technology/tech-blog/clang-time-trace-feature. A flat profile allows for example to determine the longest task to execute in the entire build with Speedscope rather than for only one Ninja thread.
Happy to accept a patch for this.