Searched defs:total_collection_cost (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp396 double total_collection_cost = STW_collection_cost + concurrent_cost; local
397 avg_major_gc_cost()->sample(total_collection_cost);
409 total_collection_cost);

Completed in 33 milliseconds