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.
2 parents 4b6d196 + 92cfed0 commit b0e38b9Copy full SHA for b0e38b9
collector/src/bin/rustc-fake.rs
@@ -287,7 +287,7 @@ fn main() {
287
let has_valgrind = cmd.output().is_ok();
288
assert!(has_valgrind);
289
cmd.arg("--tool=dhat")
290
- .arg("--num-callers=4")
+ .arg("--num-callers=8")
291
.arg("--dhat-out-file=dhout")
292
.arg(&tool)
293
.args(&args);
@@ -301,7 +301,7 @@ fn main() {
301
302
303
.arg("--mode=copy")
304
305
.arg("--dhat-out-file=dhcopy")
306
307
0 commit comments