Skip to content

Commit 6c9a9df

Browse files
authored
Merge pull request #3096 from ClickHouse/xray-missing-end-quote
Fix missing end quotes
2 parents 196cd1a + 1982b64 commit 6c9a9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledgebase/profiling-clickhouse-with-llvm-xray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ generating a flamegraph and a sandwich view of your data.
127127

128128
1. Pass `-DENABLE_XRAY=1` to `cmake` when building ClickHouse. This [sets the proper compiler
129129
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
131131
ClickHouse to generate the trace.
132132
3. Convert the trace to an interesting format such as trace event: `llvm-xray convert --symbolize
133133
--instr_map=./build/programs/clickhouse --output-format=trace_event xray-log.clickhouse.ZqKprE |

0 commit comments

Comments
 (0)