File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ versions += [
71
71
jetty : " 9.4.39.v20210325" ,
72
72
jersey : " 2.34" ,
73
73
jline : " 3.12.1" ,
74
- jmh : " 1.27 " ,
74
+ jmh : " 1.32 " ,
75
75
hamcrest : " 2.2" ,
76
76
log4j : " 1.2.17" ,
77
77
scalaLogging : " 3.9.3" ,
Original file line number Diff line number Diff line change @@ -45,6 +45,11 @@ With flame graph output (the semicolon is escaped to ensure it is not treated as
45
45
46
46
./jmh-benchmarks/jmh.sh -prof async:libPath=/path/to/libasyncProfiler.so\;output=flamegraph
47
47
48
+ Simultaneous cpu, allocation and lock profiling with async profiler 2.0 and jfr output (the semicolon is
49
+ escaped to ensure it is not treated as a command separator):
50
+
51
+ ./jmh-benchmarks/jmh.sh -prof async:libPath=/path/to/libasyncProfiler.so\;output=jfr\;alloc\;lock LRUCacheBenchmark
52
+
48
53
A number of arguments can be passed to configure async profiler, run the following for a description:
49
54
50
55
./jmh-benchmarks/jmh.sh -prof async:help
You can’t perform that action at this time.
0 commit comments