RFR: CODETOOLS-7902928: Improve support for async-profiler 2.x [v2]

Jason Zaugg jzaugg at openjdk.java.net
Fri May 7 06:06:18 UTC 2021


> Allow multiple events to be captured simultaneously in this version,
> provided that JFR is chosen as output format.
> 
> Delegate output file writing to the async-profiler. This is required
> in 2.x for the JFR output but is supported in both versions. The file
> path must be provided when starting the profiler with JFR output, so
> we need to create the per-trial output directory in the first
> `beforeIteration`.
> 
> Avoid the character '%' in the generated directory name as this
> is interpreted by async-profiler as part %p or %t placeholder.

Jason Zaugg has updated the pull request incrementally with one additional commit since the last revision:

  Fixup: remove incorrect/unneeded 'reset' argument

-------------

Changes:
  - all: https://git.openjdk.java.net/jmh/pull/37/files
  - new: https://git.openjdk.java.net/jmh/pull/37/files/3230cb01..689e5da7

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jmh&pr=37&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jmh&pr=37&range=00-01

  Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.java.net/jmh/pull/37.diff
  Fetch: git fetch https://git.openjdk.java.net/jmh pull/37/head:pull/37

PR: https://git.openjdk.java.net/jmh/pull/37


More information about the jmh-dev mailing list