com.gitlab.cdc-java.perfs:cdc-perfs-api

Performances monitoring library and UI.


Licenses
GPL-3.0/LGPL-2.1+

Documentation

Library dedicated to measure of performances

It contains several modules:

  • Core module
  • UI module
  • UI Swing module
  • UI FX module

Core

This allows:

  • creation of runtime measures.
  • creation of snapshots

Snapshots can be saved and restored (XML and binary formats).

UI

It contains code shared by other UI modules.

UI Swing

Graphical display of measures using Swing.

Image

Image

Image

UI FX

Graphical display of measures using JavaFX.

Image