Home
last modified time | relevance | path

Searched refs:totalCollectionTime (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d1318 ret.totalCollectionTime = prepTime + markTime + sweepTime;
5018 assert(stats2.totalCollectionTime - stats1.totalCollectionTime <= diff);
5019 …s2.totalPauseTime - stats1.totalPauseTime <= stats2.totalCollectionTime - stats1.totalCollectionTi…
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmemory.d256 Duration totalCollectionTime; member