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

Allow profiles to be loaded from collapsed stacks format #199

Open nitsanw opened 7 years ago

nitsanw commented 7 years ago

As per https://github.com/brendangregg/FlameGraph This combined with #198 will let us unify inputs from AGCT and other sources easily.

nitsanw commented 7 years ago

This will also enable a method of condensing existing log files. It would be nice if the tool allowed specification of time range in the logs to be collapsed.