JITWatch Core

Visualisation of JIT behaviour

Лицензия

Лицензия

Категории

Категории

JITWatch Тестирование приложения и мониторинг Performance analysis
Группа

Группа

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

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

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

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

1.1.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

JITWatch Core
Visualisation of JIT behaviour

Скачать jitwatch

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

JITWatch

Log analyser and visualiser for the HotSpot JIT compiler.

  • Video introduction to JITWatch video
  • Slides from my LJC lightning talk on JITWatch slides

For instructions and screenshots see the wiki

https://github.com/AdoptOpenJDK/jitwatch/wiki

The JITWatch user interface is built using JavaFX. This is included in the Oracle JDK. If you are using a JDK that does not include JavaFX (e.g. Azul Zulu, or some flavour of packaged OpenJDK on Linux) then you can download a pre-built OpenJFX jar from https://chriswhocodes.com and put it in your build classpath.

ant

ant clean compile test run

maven

mvn clean compile test exec:java

gradle

gradlew clean build run

Build an example HotSpot log

# Build the code first with ant / maven / IDE
./makeDemoLogFile.sh
com.chrisnewland

AdoptOpenJDK

The Community and code behind the Build Farm which produces high quality, FREE OpenJDK (Java) binaries.

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

Версия
1.1.5
1.0.0