Skip to content

Commit 9642056

Browse files
authored
Merge pull request #55 from retronym/topic/profile
Increate frame buffer again
2 parents a08c84a + a3c1fc1 commit 9642056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ commands += Command.custom((s: State) => Command.applyEffect(profParser(s))((lin
115115
def command(outDir: File): String = s"-prof jmh.extras.JFR:dir=${outDir.getAbsolutePath};flameGraphOpts=$flameGraphOpts;verbose=true'"
116116
}
117117
object async extends Profiler("async") {
118-
val framebuf = 16777216
118+
val framebuf = 33554432
119119
def command(outDir: File): String = s"-prof jmh.extras.Async:dir=${outDir.getAbsolutePath};flameGraphOpts=$flameGraphOpts;verbose=true;event=cpu;framebuf=$framebuf" // + ";simpleName=true" TODO add this after upgrading next sbt-jmh release
120120
}
121121
object perfNorm extends Profiler("perfNorm") {

0 commit comments

Comments
 (0)