j

jmh-profilers

Pluggable profilers for JMH that are discovered through SPI (for JMH >= 1.2) when the profiler is present in the classpath.
https://github.com/biboudis/jmh-profilers
MIT License
Aggelos Biboudis
Files download
File Operation
jmh-profilers-0.1.4.jar download
jmh-profilers-0.1.4.pom download
jmh-profilers-0.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.biboudis</groupId>
  <artifactId>jmh-profilers</artifactId>
  <version>0.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.biboudis:jmh-profilers:0.1.4'
Gradle Kotlin
implementation("com.github.biboudis:jmh-profilers:0.1.4")
Scala SBT
libraryDependencies += "com.github.biboudis" % "jmh-profilers" % "0.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.biboudis', module='jmh-profilers', version='0.1.4')
)
Apache Ivy
<dependency org="com.github.biboudis" name="jmh-profilers" rev="0.1.4" />
Leiningen
[com.github.biboudis/jmh-profilers "0.1.4"]
Apache Buildr
'com.github.biboudis:jmh-profilers:jar:0.1.4'