is not current version
Last Version 22.1.0.1

org.graalvm.tools:profiler 21.0.0

The truffle profiler, supporting CPU sampling and tracing. Memory tracing support is experimental

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.tools
ArtifactId

ArtifactId

profiler
Version

Version

21.0.0
Type

Type

jar

Download profiler 21.0.0


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