a

async-profiler

Low overhead sampling profiler for Java
https://profiler.tools
Apache License Version 2.0
Andrei Pangin
Files download
File Operation
async-profiler-2.9.jar download
async-profiler-2.9.pom download
async-profiler-2.9-sources.jar download
Apache Maven
<dependency>
  <groupId>tools.profiler</groupId>
  <artifactId>async-profiler</artifactId>
  <version>2.9</version>
</dependency>
Gradle Groovy
implementation 'tools.profiler:async-profiler:2.9'
Gradle Kotlin
implementation("tools.profiler:async-profiler:2.9")
Scala SBT
libraryDependencies += "tools.profiler" % "async-profiler" % "2.9"
Groovy Grape
@Grapes(
  @Grab(group='tools.profiler', module='async-profiler', version='2.9')
)
Apache Ivy
<dependency org="tools.profiler" name="async-profiler" rev="2.9" />
Leiningen
[tools.profiler/async-profiler "2.9"]
Apache Buildr
'tools.profiler:async-profiler:jar:2.9'
Dependencies
The project has no third-party dependencies