Visualizer for HdrHistogram and jHiccup logs
This tool serves as an alternative to the jHiccupLogProcessor and jHiccupPlotter utilities that are bundled with jHiccup.
execute from commandlinemvn clean compile test exec:java
create executable jar
mvn clean package
Clear all removes any existing data from the charts before loading new data. Deactivate this flag if you want to plot multiple lines.
Export png saves a snapshot of the current chart region. Be aware of this in case all exported images should have the same resolution.
Export Log internally uses the same methods as jHiccupLogProcessor. The input options are mapped to the corresponding commandline options.
-csv adds the '-csv' option to log export. It does not have an effect on the visualization.