<init>

Native
1.3
GCInfo (
epoch : Long ,
startTimeNs : Long ,
endTimeNs : Long ,
firstPauseRequestTimeNs : Long ,
firstPauseStartTimeNs : Long ,
firstPauseEndTimeNs : Long ,
secondPauseRequestTimeNs : Long ? ,
secondPauseStartTimeNs : Long ? ,
secondPauseEndTimeNs : Long ? ,
postGcCleanupTimeNs : Long ? ,
rootSet : RootSetStatistics ,
markedCount : Long ,
sweepStatistics : Map < String , SweepStatistics > ,
memoryUsageBefore : Map < String , MemoryUsage > ,
memoryUsageAfter : Map < String , MemoryUsage > )

This class represents statistics about the single run of the garbage collector. It is supposed to be used for testing and debugging purposes only.