gctoolkit
gctoolkit copied to clipboard
Support generational ZGC
trafficstars
Hi, here is a enhance for Generational ZGC , towards https://github.com/microsoft/gctoolkit/issues/364
major changes:
- Some events(PauseMark,ConcurrentMark, etc.) occur twice in a single Cycle, using their first timestamp.
- Sum the event durations and memory occupancies (live/garbage/allocated) for the young generation and old generation.