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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.hpp86 static elapsedTimer* accumulated_time() { return &_accumulated_time; } function in class:PSMarkSweep
H A DpsScavenge.hpp96 static elapsedTimer* accumulated_time() { return &_accumulated_time; } function in class:PSScavenge
H A DpsMarkSweep.cpp178 if (TraceGen1Time) accumulated_time()->start();
337 if (TraceGen1Time) accumulated_time()->stop();
H A DpsScavenge.cpp341 if (TraceGen0Time) accumulated_time()->start();
644 if (TraceGen0Time) accumulated_time()->stop();
H A DparallelScavengeHeap.cpp945 double time = PSScavenge::accumulated_time()->seconds();
949 double time = PSMarkSweep::accumulated_time()->seconds();
H A DpsParallelCompact.hpp1219 static elapsedTimer* accumulated_time() { return &_accumulated_time; }
H A DpsParallelCompact.cpp2097 if (TraceGen1Time) accumulated_time()->start();
2218 if (TraceGen1Time) accumulated_time()->stop();
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.hpp60 elapsedTimer* accumulated_time() { return &_accumulated_time; } function in class:CompilationPolicy
H A DcompilationPolicy.cpp453 if (TimeCompilationPolicy) accumulated_time()->start();
457 if (TimeCompilationPolicy) accumulated_time()->stop();
H A DvmStructs.cpp561 nonstatic_field(Generation::StatRecord, accumulated_time, elapsedTimer) \
/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp606 elapsedTimer accumulated_time; member in struct:Generation::StatRecord
609 accumulated_time(elapsedTimer()) {}
H A Dgeneration.cpp114 double time = sr->accumulated_time.seconds();
H A DgenCollectedHeap.cpp520 _gens[i]->stat_record()->accumulated_time.start();
606 _gens[i]->stat_record()->accumulated_time.stop();

Completed in 64 milliseconds