Reports the
System.gc()
or
Runtime.gc()
calls. While occasionally useful in testing, explicitly triggering garbage collection via
System.gc()
is almost never recommended in production code and can result in serious performance issues.