We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9600b33 commit 6ca38c5Copy full SHA for 6ca38c5
surveys/micro/2025-06-compiler-performance.md
@@ -160,6 +160,23 @@ Frequency:
160
- Only after I am done (e.g. before committing code)
161
- Never
162
163
+### Are you aware of the following tools for profiling Rust compilation?
164
+
165
+Type: matrix (optional)
166
167
+Tools:
168
169
+- Compiler self profiler (*-Zself-profile*)
170
+- Compiler pass analysis (*-Ztime-passes*)
171
+- LLVM function instantiation analysis (*cargo-llvm-lines*)
172
+- Cargo timings (*cargo build --timings*)
173
174
+Familiarity:
175
176
+- I use it
177
+- I know about it, but do not use it
178
+- Never heard of it
179
180
## Workarounds
181
182
### Have you used any of the following mechanisms to improve compilation performance?
0 commit comments