RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12) [v2]

Laurent Bourgès lbourges at openjdk.org
Fri Feb 2 15:10:31 UTC 2024


> - new executor modes (buffer & volatile)
> - support parallel rendering on several frames and / or screens
> - added robot calibration + optionally use rounded duration to min frame latency (120Hz)
> - give more statistics in verbose (-v)
> - added new command-line arguments
> - added version + help information

Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision:

  JDK-8323695: RenderPerf 24.2 enhancements:
  - improved stddev estimation based on InterQuantileRange (IQR for fps) or MeanAbsoluteDeviation (MAD for time)
  - new font arguments (font name, size, text)
  - added result table header
  - improved result output (text)

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17408/files
  - new: https://git.openjdk.org/jdk/pull/17408/files/eccaa83b..8a016e81

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17408&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17408&range=00-01

  Stats: 418 lines in 1 file changed: 266 ins; 39 del; 113 mod
  Patch: https://git.openjdk.org/jdk/pull/17408.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17408/head:pull/17408

PR: https://git.openjdk.org/jdk/pull/17408


More information about the client-libs-dev mailing list