jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Fix : Optimize file reading #208

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

Fixed a performance issue with log file reading.

Replaces deleted PR #202 .

PhRX commented 7 years ago

Commit 58dd0f5 reverts all previous commits from 13de748 up to and including 1e1e31e, so please ignore those commits in the PR commit list. This PR only changes a single file wrt to the current jvm-profiling-tools/honest-profiler master branch.

RichardWarburton commented 7 years ago

Thanks for the PR.