Skip to content

Commit 914dfdb

Browse files
chore: add perf-prof flags to create jit-dumps
1 parent e0ccbd6 commit 914dfdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/src/introspection.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ export const getV8Flags = () => {
3030
}
3131
}
3232

33+
if (codspeedRunnerMode == "walltime") {
34+
flags.push("--perf-prof");
35+
flags.push("--perf-prof-unwinding-info");
36+
}
37+
3338
return flags;
3439
};
3540

0 commit comments

Comments
 (0)