Searched refs:ext_root_time_sec (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1RootProcessor.cpp126 double ext_root_time_sec = os::elapsedTime() - ext_roots_start - obj_copy_time_sec; local
128 phase_times->record_time_secs(G1GCPhaseTimes::ExtRootScan, worker_i, ext_root_time_sec);

Completed in 32 milliseconds