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 b8ca61e commit 1d3deafCopy full SHA for 1d3deaf
benchmark-jmh/src/main/java/dev/linl33/adventofcode/jmh/JmhBenchmarkOption.java
@@ -37,7 +37,7 @@ public ChainedOptionsBuilder applyOption(ChainedOptionsBuilder builder) {
37
@Override
38
public ChainedOptionsBuilder applyOption(ChainedOptionsBuilder builder) {
39
return builder
40
- .addProfiler(LinuxPerfAsmProfiler.class, "skipInterpreter=true;saveLog=true;saveLogTo=logs;intelSyntax=true")
+ .addProfiler(LinuxPerfAsmProfiler.class, "skipInterpreter=true;saveLog=true;saveLogTo=logs;intelSyntax=true;hotThreshold=0.05")
41
.addProfiler(LinuxPerfNormProfiler.class);
42
}
43
};
0 commit comments