Registry / testing / jmh-generator-asm

jmh-generator-asm

JSON →
library1.25.2javamavenunverified

JMH benchmark generator, based on ASM bytecode manipulation, for generating microbenchmark code.

<dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-generator-asm</artifactId> <version>1.25.2</version> </dependency>
INSTALL
IMPORT
SIG · JMH-GENERATOR-ASM
J
jmh-generator-asm
testingjavav1.25.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ASMGeneratorSource
org.openjdk.jmh.generators.asm.ASMGeneratorSource

Create an ASM generator source for JMH benchmarks

import org.openjdk.jmh.generators.asm.ASMGeneratorSource; public class Quickstart { public static void main(String[] args) { ASMGeneratorSource source = new ASMGeneratorSource(); System.out.println("JMH ASM generator source created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.25.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jmh-generator-asm — mvn dependency:get jmh-generator-asm · libregistry