Skip to content

Commit b0e38b9

Browse files
authored
Merge pull request #1455 from nnethercote/increase-dhat-num-callers
Increase `--num-callers` from 4 to 8 for DHAT.
2 parents 4b6d196 + 92cfed0 commit b0e38b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/src/bin/rustc-fake.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ fn main() {
287287
let has_valgrind = cmd.output().is_ok();
288288
assert!(has_valgrind);
289289
cmd.arg("--tool=dhat")
290-
.arg("--num-callers=4")
290+
.arg("--num-callers=8")
291291
.arg("--dhat-out-file=dhout")
292292
.arg(&tool)
293293
.args(&args);
@@ -301,7 +301,7 @@ fn main() {
301301
assert!(has_valgrind);
302302
cmd.arg("--tool=dhat")
303303
.arg("--mode=copy")
304-
.arg("--num-callers=4")
304+
.arg("--num-callers=8")
305305
.arg("--dhat-out-file=dhcopy")
306306
.arg(&tool)
307307
.args(&args);

0 commit comments

Comments
 (0)