gctoolkit icon indicating copy to clipboard operation
gctoolkit copied to clipboard

Support generational ZGC

Open loyispa opened this issue 1 year ago • 2 comments
trafficstars

Hi, here is a enhance for Generational ZGC , towards https://github.com/microsoft/gctoolkit/issues/364

major changes:

  1. Some events(PauseMark,ConcurrentMark, etc.) occur twice in a single Cycle, using their first timestamp.
  2. Sum the event durations and memory occupancies (live/garbage/allocated) for the young generation and old generation.

loyispa avatar Jun 26 '24 02:06 loyispa