We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Zllvm-time-trace
1 parent 0dde43f commit 5bd60bcCopy full SHA for 5bd60bc
src/codegen/debugging.md
@@ -123,6 +123,8 @@ tutorial above):
123
- The `-Ztime-llvm-passes` option measures the time of each LLVM pass
124
- The `-Zverify-llvm-ir` option will verify the LLVM IR for correctness
125
- The `-Zno-parallel-llvm` will disable parallel compilation of distinct compilation units
126
+- The `-Zllvm-time-trace` option will output a Chrome profiler compatible JSON file
127
+ which contains details and timings for LLVM passes.
128
129
### Filing LLVM bug reports
130
0 commit comments