eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
541 stars 96 forks source link

update start time in function autoDecideStartEndTime #282

Closed superajun-wsj closed 6 months ago

superajun-wsj commented 6 months ago

GCModel.autoDecideStartEndTime() should also update start time stamp. Assume JVM outputs more than one GC Log file and overwrite happened, we may cat these gc files into one and not make sure its time sequence, despite jifa will reorder all the gc events, but didn't update start time stamp presently.

D-D-H commented 6 months ago

merged