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 profile logs merge into single view #198

Open nitsanw opened 7 years ago

PhRX commented 7 years ago

Is this equvalent to saving an aggregation in a file (binary or otherwise) for later re-reading ?

nitsanw commented 7 years ago

@PhRX that would be one way of doing it Log files have a time line, profiles currently do not. We could just increment the profile in memory.

nitsanw commented 7 years ago

Serilization into a collapsed stacks format would interop with #199