Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bonifaido/jhiccup-it

This small test runs jHiccup against your favorite app
https://github.com/bonifaido/jhiccup-it

Last synced: 29 days ago
JSON representation

This small test runs jHiccup against your favorite app

Awesome Lists containing this project

README

        

jhiccup-it
==========

This small test runs jHiccup against your favorite app on your favourite OS and JVM, and it's also a small demonstration how to use [jHiccup](https://github.com/giltene/jHiccup).

## Prerequisites
- The binaries of your favourite JDK should in be `PATH`.
- Gnuplot (optional, install on Mac OS X with `brew install gnuplot --nolua`)

## Usage
```
git clone https://github.com/bonifaido/jhiccup-it.git
cd jhiccup-it

# This downloads jHiccup and does a measurement until a key-press
# Optionally it will draw a histogram if gnuplot is in PATH.
./measure.sh [java -cp ../classpath MainClass]

# Press a key to stop measuring
open hiccup.[OS]-[KERNEL-VERSION].hgrm

# If you had Gnuplot
open hiccup.[OS]-[KERNEL-VERSION].png
```