is not current version
Last Version 22.1.0.1

org.graalvm.tools:profiler 1.0.0-rc12

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

1.0.0-rc12
Type

Type

jar

Download profiler 1.0.0-rc12


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