Last Version

Truffle Profiler 22.1.0.1

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

License

License

Categories

Categories

Graal
GroupId

GroupId

org.graalvm.tools
ArtifactId

ArtifactId

profiler
Version

Version

22.1.0.1
Type

Type

jar
Description

Description

Truffle Profiler
The truffle profiler, supporting CPU sampling and tracing. Memory tracing support is experimental
Project URL

Project URL

http://openjdk.java.net/projects/graal
Source Code Management

Source Code Management

https://github.com/oracle/graal

Download profiler 22.1.0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.graalvm.truffle : truffle-api jar 22.1.0.1

Project Modules

There are no modules declared in this project.