File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ generating a flamegraph and a sandwich view of your data.
127
127
128
128
1 . Pass ` -DENABLE_XRAY=1 ` to ` cmake ` when building ClickHouse. This [ sets the proper compiler
129
129
flags] ( https://github.com/ClickHouse/ClickHouse/blob/9caac43b2aa5e7c5474a87b7596dea95f5a2569a/cmake/xray_instrumentation.cmake ) .
130
- 2 . Set ` XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic verbosity=1 ` env var when running
130
+ 2 . Set ` XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic verbosity=1" ` env var when running
131
131
ClickHouse to generate the trace.
132
132
3 . Convert the trace to an interesting format such as trace event: `llvm-xray convert --symbolize
133
133
--instr_map=./build/programs/clickhouse --output-format=trace_event xray-log.clickhouse.ZqKprE |
You can’t perform that action at this time.
0 commit comments