This panel shows the amount of stop-the-world time spent in each garbage collection event.
A well-tuned application should show a relatively large number of short
scavenge events with less frequent but more expensive full GCs.
This graph is also useful in exposing the cost of explicit
System.gc()
method calls
within an application, which often result in expensive
and unneeded GC overhead.