HomeSort by relevance Sort by last modified time
    Searched defs:Profiler (Results 1 - 7 of 7) sorted by null

  /external/chromium/base/
profiler.h 16 class Profiler {
29 // Sets the name of the current thread for display in the profiler's UI.
33 DISALLOW_IMPLICIT_CONSTRUCTORS(Profiler);
  /external/webkit/JavaScriptCore/profiler/
Profiler.h 47 class Profiler : public FastAllocBase {
49 static Profiler** enabledProfilerReference()
54 static Profiler* profiler();
69 static Profiler* s_sharedProfiler;
70 static Profiler* s_sharedEnabledProfilerReference;
  /external/clearsilver/python/examples/base/
profiler.py 37 class Profiler:
67 p = Profiler("SQL", query)
  /packages/apps/Phone/src/com/android/phone/
Profiler.java 28 public class Profiler {
35 // Profiler.PROFILE first, so the method calls will get optimized out
51 private Profiler() {
124 Log.d(LOG_TAG, "[Profiler] " + msg);
PhoneApp.java 649 Profiler.callScreenRequested();
    [all...]
InCallScreen.java 529 Profiler.callScreenOnCreate();
637 Profiler.callScreenCreated();
    [all...]
  /external/v8/src/
log.cc 74 // The Profiler samples pc and sp values for the main thread.
79 class Profiler: public Thread {
81 Profiler();
129 // Tells whether profiler is engaged, that is, processing thread is stated.
139 bool Profiler::paused_ = false;
183 // Ticker used to provide ticks to the profiler and the sliding state
212 void SetProfiler(Profiler* profiler) {
213 profiler_ = profiler;
224 Profiler* profiler_
    [all...]

Completed in 1019 milliseconds