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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.hpp32 class WorkerDataArray : public CHeapObj<mtGC> { class in inherits:CHeapObj
49 WorkerDataArray(uint length, const char* print_format, bool print_sum = true) : function in class:WorkerDataArray
55 ~WorkerDataArray() {
116 WorkerDataArray<double> _last_gc_worker_start_times_ms;
117 WorkerDataArray<double> _last_ext_root_scan_times_ms;
118 WorkerDataArray<double> _last_satb_filtering_times_ms;
119 WorkerDataArray<double> _last_update_rs_times_ms;
120 WorkerDataArray<int> _last_update_rs_processed_buffers;
121 WorkerDataArray<double> _last_scan_rs_times_ms;
122 WorkerDataArray<doubl
[all...]

Completed in 29 milliseconds