Last Version

Truffle Profiler 0.30

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

License

License

GroupId

GroupId

com.oracle.truffle
ArtifactId

ArtifactId

truffle-profiler
Version

Version

0.30
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/graalvm/truffle

Download truffle-profiler 0.30


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

Dependencies

compile (1)

Group / Artifact Type Version
com.oracle.truffle : truffle-api jar 0.30

Project Modules

There are no modules declared in this project.