License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.tools |
ArtifactId | ArtifactIdprofiler |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTruffle Profiler
The truffle profiler, supporting CPU sampling and tracing. Memory tracing support is experimental
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
profiler-22.1.0.1.pom | |
profiler-22.1.0.1.jar | 357 KB |
profiler-22.1.0.1-sources.jar | 219 KB |
profiler-22.1.0.1-javadoc.jar | 60 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.truffle : truffle-api | jar | 22.1.0.1 |