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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceTime.hpp37 jlong _start_counter; member in class:GCTraceTime
H A DgcTraceTime.cpp50 _start_counter = os::elapsed_counter();
57 _timer->register_gc_phase_start(title, _start_counter);
80 double seconds = TimeHelper::counter_to_seconds(stop_counter - _start_counter);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp55 _start_counter = os::elapsed_counter();
61 _counter += os::elapsed_counter() - _start_counter;
79 jlong counter = _counter + os::elapsed_counter() - _start_counter;
H A Dtimer.hpp36 jlong _start_counter; member in class:VALUE_OBJ_CLASS_SPEC

Completed in 29 milliseconds