mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
6 lines
276 B
Plaintext
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.
|