| License |
License |
|---|---|
| Categories |
CategoriesGraal |
| GroupId | GroupIdorg.graalvm.tools |
| ArtifactId | ArtifactIdprofiler |
| Version | Version21.3.0 |
| 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-21.3.0.pom | |
| profiler-21.3.0.jar | 602 KB |
| profiler-21.3.0-sources.jar | 158 KB |
| profiler-21.3.0-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.tools/profiler/ -->
<dependency>
<groupId>org.graalvm.tools</groupId>
<artifactId>profiler</artifactId>
<version>21.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.tools/profiler/
implementation 'org.graalvm.tools:profiler:21.3.0'
// https://jarcasting.com/artifacts/org.graalvm.tools/profiler/
implementation ("org.graalvm.tools:profiler:21.3.0")
'org.graalvm.tools:profiler:jar:21.3.0'
<dependency org="org.graalvm.tools" name="profiler" rev="21.3.0">
<artifact name="profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.tools', module='profiler', version='21.3.0')
)
libraryDependencies += "org.graalvm.tools" % "profiler" % "21.3.0"
[org.graalvm.tools/profiler "21.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.graalvm.truffle : truffle-api | jar | 21.3.0 |