Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bonifaido/jhiccup-it
- Owner: bonifaido
- Created: 2014-05-07T17:51:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T17:41:28.000Z (over 10 years ago)
- Last Synced: 2024-08-07T23:48:08.216Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```