Searched defs:Profiler (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfiler.h48 class Profiler { class in namespace:JSC
51 static Profiler** enabledProfilerReference()
56 static Profiler* profiler();
74 static Profiler* s_sharedProfiler;
75 static Profiler* s_sharedEnabledProfilerReference;
/external/antlr/src/org/antlr/runtime/debug/
H A DProfiler.java38 public class Profiler extends BlankDebugEventListener { class in inherits:BlankDebugEventListener
148 public Profiler() { method in class:Profiler
151 public Profiler(DebugParser parser) { method in class:Profiler
/external/v8/src/
H A Dlog.cc79 // The Profiler samples pc and sp values for the main thread.
84 class Profiler: public Thread { class in namespace:v8::internal
86 explicit Profiler(Isolate* isolate);
216 void SetProfiler(Profiler* profiler) {
236 Profiler* profiler_;
271 // Profiler implementation.
273 Profiler::Profiler(Isolate* isolate) function in class:v8::internal::Profiler
274 : Thread(isolate, "v8:Profiler"),
285 void Profiler
[all...]

Completed in 176 milliseconds