ClickHouse/tests/instructions/ninja_trace.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
276 B
Plaintext
Raw Normal View History

To obtain the build trace in Chrome-trace format you need to do the following:
- ninja -C ${BUILD_DIR}
- ninjatrace ${BUILD_DIR}/.ninja_log > ninja_trace.json
You can get `ninjatrace` from https://github.com/nico/ninjatracing.git - also there is a more detailed instruction.