ClickHouse/tests/instructions/ninja_trace.txt
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

6 lines
276 B
Plaintext

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.