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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.hpp74 // TraceTime is used for tracing the execution time of a block
76 // { TraceTime t("block time")
81 class TraceTime: public StackObj { class in inherits:StackObj
89 TraceTime(const char* title,
91 TraceTime(const char* title,
95 ~TraceTime();
H A Dtimer.cpp113 TraceTime::TraceTime(const char* title, function in class:TraceTime
127 TraceTime::TraceTime(const char* title, function in class:TraceTime
144 TraceTime::~TraceTime() {
H A Dsafepoint.cpp518 TraceTime t1("deflating idle monitors", TraceSafepointCleanupTime);
523 TraceTime t2("updating inline caches", TraceSafepointCleanupTime);
527 TraceTime t3("compilation policy safepoint handler", TraceSafepointCleanupTime);
532 TraceTime t4("sweeping nmethods", TraceSafepointCleanupTime);
537 TraceTime t5("rehashing symbol table", TraceSafepointCleanupTime);
542 TraceTime t6("rehashing string table", TraceSafepointCleanupTime);
H A DstubRoutines.cpp147 TraceTime timer("StubRoutines generation 1", TraceStartupTime);
199 TraceTime timer("StubRoutines generation 2", TraceStartupTime);
H A Dthread.cpp3298 TraceTime timer("Create VM", TraceStartupTime);
3390 { TraceTime timer("Start VMThread", TraceStartupTime);
3433 TraceTime timer("Initialize java.lang classes", TraceStartupTime);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp40 TraceTime timer("Interpreter generation", TraceStartupTime);
H A DtemplateInterpreter.cpp47 TraceTime timer("Interpreter generation", TraceStartupTime);
H A DtemplateTable.cpp248 TraceTime timer("TemplateTable initialization", TraceStartupTime);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp68 class PhaseTraceTime: public TraceTime {
75 : TraceTime("", &timers[timer], CITime || CITimeEach, Verbose), _log(NULL) {
H A Dc1_LinearScan.cpp61 #define TIME_LINEAR_SCAN(timer_name) TraceTime _block_timer("", _total_timer.timer(LinearScanTimers::timer_name), TimeLinearScan || TimeEachLinearScan, Verbose);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp157 TraceTime buildGraph(NULL, &_time_build_graph, TimeLivenessAnalysis);
161 TraceTime genKill(NULL, &_time_gen_kill, TimeLivenessAnalysis);
165 TraceTime flow(NULL, &_time_flow, TimeLivenessAnalysis);
H A DcompileBroker.cpp1774 TraceTime t1("compilation", &time);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1640 TraceTime t("FollowReferences", TraceJVMTIObjectTagging);
1671 TraceTime t("IterateThroughHeap", TraceJVMTIObjectTagging);
1703 TraceTime t("GetObjectsWithTags", TraceJVMTIObjectTagging);
1736 TraceTime t("IterateOverReachableObjects", TraceJVMTIObjectTagging);
1746 TraceTime t("IterateOverHeap", TraceJVMTIObjectTagging);
1770 TraceTime t("IterateOverInstancesOfClass", TraceJVMTIObjectTagging);
H A DmethodHandles.cpp66 TraceTime timer("MethodHandles adapters generation", TraceStartupTime);
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp657 TraceTime t1("Total compilation time", &_t_totalCompilation, TimeCompiler, TimeCompiler2);
658 TraceTime t2(NULL, &_t_methodCompilation, TimeCompiler, false);
931 TraceTime t1(NULL, &_t_totalCompilation, TimeCompiler, false);
932 TraceTime t2(NULL, &_t_stubCompilation, TimeCompiler, false);
2187 NOT_PRODUCT( TraceTime t2b(NULL, &_t_codeGeneration, TimeCompiler, false); )
3272 : TraceTime(NULL, accumulator, false NOT_PRODUCT( || TimeCompiler ), false),
H A Dcompile.hpp99 // Variant of TraceTime(NULL, &_t_accumulator, TimeCompiler);
103 class TracePhase : public TraceTime {
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp2058 TraceTime t_single("oopmap time", TimeOopMap2);
2059 TraceTime t_all(NULL, &_total_oopmap_time, TimeOopMap);
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1442 TraceTime timer("Dump Shared Spaces", TraceStartupTime);
H A Duniverse.cpp759 TraceTime timer("Genesis", TraceStartupTime);

Completed in 136 milliseconds