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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
__init__.py 7 class Profiler(object):
8 """A sampling profiler provided by the platform."""
17 """User-friendly name of this profiler."""
22 """True iff this profiler is currently supported by the platform."""
47 """Collect the profile from the profiler."""
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py 43 profiler_class = next(itertools.ifilter(lambda profiler: profiler.name == profiler_name, profilers), None)
60 # by default, but a profiler can be selected with --profiler=PROFILER explicitly.
65 class Profiler(object):
66 # Used by ProfilerFactory to lookup a profiler from the --profiler=NAME option.
86 class SingleFileOutputProfiler(Profiler):
208 # It seems like a nicer user experiance to wait on the profiler to exit to preven
    [all...]
  /packages/services/Telephony/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);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 57 options[ :debug_listener ] ||= Profiler.new( self )
186 =begin rdoc ANTLR3::Profile::Profiler
191 Profiler is an event-listener that performs all of the profiling accounting and
195 class Profiler
206 # (maxLookaheadInCurrentDecision in java Profiler)
210 # (lastTokenConsumed in java Profiler)
  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler.h 28 // A simple wall-clock profiler for instrumented code.
73 talk_base::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev)
78 talk_base::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix)
81 #define PROFILE_START(msg) talk_base::Profiler::Instance()->StartEvent(msg)
82 #define PROFILE_STOP(msg) talk_base::Profiler::Instance()->StopEvent(msg)
102 // Tracks information for one profiler event.
128 // macros, defined above, rather than directly calling Profiler methods.
129 class Profiler {
141 static Profiler* Instance();
143 Profiler() {}
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 51 public class Profiler : BlankDebugEventListener {
92 public Profiler() {
95 public Profiler(DebugParser parser) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 50 public class Profiler : BlankDebugEventListener
92 public Profiler()
96 public Profiler(DebugParser parser)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 38 public class Profiler extends BlankDebugEventListener {
148 public Profiler() {
151 public Profiler(DebugParser parser) {
  /external/chromium_org/v8/src/
log.cc 34 #include "cpu-profiler.h"
41 #include "runtime-profiler.h"
538 // The Profiler samples pc and sp values for the main thread.
543 class Profiler: public Thread {
545 explicit Profiler(Isolate* isolate);
594 // Tells whether profiler is engaged, that is, processing thread is stated.
606 // Ticker used to provide ticks to the profiler and the sliding state
621 void SetProfiler(Profiler* profiler) {
623 profiler_ = profiler;
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 182 // FIXME: Implement MS style inline asm statement profiler.
257 StmtProfiler *Profiler;
259 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { }
270 Profiler->VisitStmt(*I);
    [all...]
  /external/v8/src/
log.cc 39 #include "runtime-profiler.h"
78 // The Profiler samples pc and sp values for the main thread.
83 class Profiler: public Thread {
85 explicit Profiler(Isolate* isolate);
134 // Tells whether profiler is engaged, that is, processing thread is stated.
185 // Ticker used to provide ticks to the profiler and the sliding state
212 void SetProfiler(Profiler* profiler) {
214 profiler_ = profiler;
232 Profiler* profiler_
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 172 Profiler mProfiler;
421 /** Initial values for {@link Profiler}. */
431 static final class Profiler {
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 517 milliseconds