realmon icon indicating copy to clipboard operation
realmon copied to clipboard

Added a new column representing accumulative gc pause %

Open MokoSan opened this issue 2 years ago • 0 comments

  • Added a new column representing accumulative gc pause % computed as: Cumulative Sum(TraceGC.PauseDurationMSec) / Total Elapsed Time From The Start of Monitoring * 100%.
  • Updated the ColumnInfoMap to now take in a CapturedGCEvent rather than a TraceGC that'll help with more customizable calculations that aren't constrained to just TraceGC.
  • Added the new column to the DefaultConfig.yaml.

The addition of the new column with the DefaultConfig.yaml is:

image

MokoSan avatar Apr 17 '22 10:04 MokoSan