JMH Pluggable Profilers

Pluggable profilers for JMH that are discovered through SPI (for JMH >= 1.2) when the profiler is present in the classpath.

License

License

Categories

Categories

JMH Application Testing & Monitoring Performance analysis
GroupId

GroupId

com.github.biboudis
ArtifactId

ArtifactId

jmh-profilers
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

JMH Pluggable Profilers
Pluggable profilers for JMH that are discovered through SPI (for JMH >= 1.2) when the profiler is present in the classpath.
Project URL

Project URL

https://github.com/biboudis/jmh-profilers

Download jmh-profilers

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.biboudis/jmh-profilers/ -->
<dependency>
    <groupId>com.github.biboudis</groupId>
    <artifactId>jmh-profilers</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.biboudis/jmh-profilers/
implementation 'com.github.biboudis:jmh-profilers:0.1.4'
// https://jarcasting.com/artifacts/com.github.biboudis/jmh-profilers/
implementation ("com.github.biboudis:jmh-profilers:0.1.4")
'com.github.biboudis:jmh-profilers:jar:0.1.4'
<dependency org="com.github.biboudis" name="jmh-profilers" rev="0.1.4">
  <artifact name="jmh-profilers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.biboudis', module='jmh-profilers', version='0.1.4')
)
libraryDependencies += "com.github.biboudis" % "jmh-profilers" % "0.1.4"
[com.github.biboudis/jmh-profilers "0.1.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.openjdk.jmh : jmh-core jar 1.18
org.openjdk.jmh : jmh-generator-annprocess jar 1.18

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.4
0.1.3
0.1.2