Uses of Class
de.cuioss.benchmarking.common.jfr.JfrInstrumentation.OperationRecorder
Packages that use JfrInstrumentation.OperationRecorder
Package
Description
Java Flight Recorder (JFR) utilities for benchmark analysis.
-
Uses of JfrInstrumentation.OperationRecorder in de.cuioss.benchmarking.common.jfr
Methods in de.cuioss.benchmarking.common.jfr that return JfrInstrumentation.OperationRecorderModifier and TypeMethodDescriptionJfrInstrumentation.recordOperation(String benchmarkName, String operationType) Records the start of a benchmark operation.JfrInstrumentation.OperationRecorder.withCached(boolean cached) JfrInstrumentation.OperationRecorder.withMetadata(String key, String value) JfrInstrumentation.OperationRecorder.withPayloadSize(long size) JfrInstrumentation.OperationRecorder.withSuccess(boolean success)