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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp302 static ThreadProfiler* thread_profiler; member in class:FlatProfiler
H A Dfprofiler.cpp63 ThreadProfiler* FlatProfiler::thread_profiler = NULL; member in class:FlatProfiler
1237 // This is where we would assign thread_profiler
1238 // if we wanted only one thread_profiler for all threads.
1239 thread_profiler = NULL;
1250 if (thread_profiler != NULL) {
1251 thread_profiler->disengage();
1497 if (thread_profiler != NULL) {
1498 thread_profiler->print("All threads");
1597 if (thread_profiler != NULL) {
1598 thread_profiler
[all...]

Completed in 35 milliseconds