Skip to content

Commit

Permalink
Describe how to get build log in chrome-trace format
Browse files Browse the repository at this point in the history
  • Loading branch information
abyss7 authored Dec 28, 2018
1 parent bae0370 commit e21f414
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dbms/tests/instructions/ninja_trace.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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.

0 comments on commit e21f414

Please sign in to comment.