a

agent

The Java profiling agent for Pyroscope.io. Based on async-profiler.
https://pyroscope.io
The Apache License, Version 2.0
Pyroscope
文件下载
文件名 操作
agent-0.12.0.jar 下载
agent-0.12.0.pom 下载
agent-0.12.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.pyroscope</groupId>
  <artifactId>agent</artifactId>
  <version>0.12.0</version>
</dependency>
Gradle Groovy
implementation 'io.pyroscope:agent:0.12.0'
Gradle Kotlin
implementation("io.pyroscope:agent:0.12.0")
Scala SBT
libraryDependencies += "io.pyroscope" % "agent" % "0.12.0"
Groovy Grape
@Grapes(
  @Grab(group='io.pyroscope', module='agent', version='0.12.0')
)
Apache Ivy
<dependency org="io.pyroscope" name="agent" rev="0.12.0" />
Leiningen
[io.pyroscope/agent "0.12.0"]
Apache Buildr
'io.pyroscope:agent:jar:0.12.0'
本项目依赖
该项目无第三方依赖