Truffle Profiler

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

Лицензия

Лицензия

Группа

Группа

com.oracle.truffle
Идентификатор

Идентификатор

truffle-profiler
Последняя версия

Последняя версия

0.30
Дата

Дата

Тип

Тип

jar
Описание

Описание

Truffle Profiler
The truffle profiler, supporting CPU sampling and tracing. Memory tracing support is experimental
Ссылка на сайт

Ссылка на сайт

http://openjdk.java.net/projects/graal
Система контроля версий

Система контроля версий

https://github.com/graalvm/truffle

Скачать truffle-profiler

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.oracle.truffle : truffle-api jar 0.30

Модули Проекта

Данный проект не имеет модулей.

GraalVM

https://graalvm.slack.com

GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Clojure, Kotlin, and LLVM-based languages such as C and C++.

The project website at https://www.graalvm.org describes how to get started, how to stay connected, and how to contribute.

Repository Structure

The GraalVM main source repository includes the following components:

  • GraalVM SDK contains long term supported APIs of GraalVM.

  • GraalVM compiler written in Java that supports both dynamic and static compilation and can integrate with the Java HotSpot VM or run standalone.

  • Truffle language implementation framework for creating languages and instrumentations for GraalVM.

  • Tools contains a set of tools for GraalVM languages implemented with the instrumentation framework.

  • Substrate VM framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects.

  • Sulong is an engine for running LLVM bitcode on GraalVM.

  • GraalWasm is an engine for running WebAssembly programs on GraalVM.

  • TRegex is an implementation of regular expressions which leverages GraalVM for efficient compilation of automata.

  • VM includes the components to build a modular GraalVM image.

  • VS Code provides extensions to Visual Studio Code that support development of polyglot applications using GraalVM.

Get Support

Related Repositories

GraalVM allows running of following languages which are being developed and tested in related repositories with GraalVM core to run on top of it using Truffle and the GraalVM compiler. These are:

License

Each GraalVM component is licensed:

com.oracle.truffle

GraalVM

Universal VM for a polyglot world. Our mission: Make development more productive and run programs faster anywhere.

Версии библиотеки

Версия
0.30