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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.hpp106 class TraceCPUTime: public StackObj { class in inherits:StackObj
117 TraceCPUTime(bool doit = true,
120 ~TraceCPUTime();
H A Dtimer.cpp155 TraceCPUTime::TraceCPUTime(bool doit, function in class:TraceCPUTime
178 TraceCPUTime::~TraceCPUTime() {
198 _logfile->print("[Invalid result in TraceCPUTime]");
201 _logfile->print("[Error in TraceCPUTime]");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.cpp230 TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty);
H A Dg1CollectedHeap.cpp1313 TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty);
3862 TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp173 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
H A DpsScavenge.cpp336 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
H A DpsParallelCompact.cpp2092 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp3680 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
4428 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
4457 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
6114 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
6341 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
6406 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp480 TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);

Completed in 94 milliseconds