giltene / jHiccup

jHiccup is a non-intrusive instrumentation tool that logs and records platform "hiccups" - including the JVM stalls that often happen when Java applications are executed and/or any OS or hardware platform noise that may cause the running application to not be continuously runnable.
Other
677 stars 92 forks source link

Update README.md about `startDelayMs` defaults #38

Closed paplorinc closed 4 years ago

paplorinc commented 4 years ago

https://github.com/giltene/jHiccup/blob/master/src/main/java/org/jhiccup/HiccupMeter.java#L268 and https://github.com/giltene/jHiccup/blob/master/src/main/java/org/jhiccup/HiccupMeter.java#L70 and https://github.com/giltene/jHiccup/blob/master/jHiccup#L54 and https://github.com/giltene/jHiccup/blob/master/src/main/java/org/jhiccup/HiccupMeter.java#L381 indicate that the default for startDelayMs is 0, not 30