Skip to content

Commit 6ca38c5

Browse files
committed
Add question about familiarity with build profiling tools
1 parent 9600b33 commit 6ca38c5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

surveys/micro/2025-06-compiler-performance.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,23 @@ Frequency:
160160
- Only after I am done (e.g. before committing code)
161161
- Never
162162

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+
163180
## Workarounds
164181

165182
### Have you used any of the following mechanisms to improve compilation performance?

0 commit comments

Comments
 (0)