License |
License |
---|---|
Categories |
CategoriesJMH Application Testing & Monitoring Performance analysis |
GroupId | GroupIdcom.github.biboudis |
ArtifactId | ArtifactIdjmh-profilers |
Last Version | Last Version0.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMH 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 |
Filename | Size |
---|---|
jmh-profilers-0.1.4.pom | |
jmh-profilers-0.1.4.jar | 7 KB |
jmh-profilers-0.1.4-sources.jar | 2 KB |
jmh-profilers-0.1.4-javadoc.jar | 23 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.openjdk.jmh : jmh-core | jar | 1.18 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |