p

profiler-community

The truffle profiler, supporting CPU sampling and tracing. Memory tracing support is experimental
http://openjdk.java.net/projects/graal
GNU General Public License, version 2, with the Classpath Exception
GraalVM Development
Files download
File Operation
profiler-community-23.1.3.pom download
Apache Maven
<dependency>
  <groupId>org.graalvm.polyglot</groupId>
  <artifactId>profiler-community</artifactId>
  <version>23.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graalvm.polyglot:profiler-community:23.1.3'
Gradle Kotlin
implementation("org.graalvm.polyglot:profiler-community:23.1.3")
Scala SBT
libraryDependencies += "org.graalvm.polyglot" % "profiler-community" % "23.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.polyglot', module='profiler-community', version='23.1.3')
)
Apache Ivy
<dependency org="org.graalvm.polyglot" name="profiler-community" rev="23.1.3" />
Leiningen
[org.graalvm.polyglot/profiler-community "23.1.3"]
Apache Buildr
'org.graalvm.polyglot:profiler-community:jar:23.1.3'