/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
H A D | __init__.py | 9 class Profiler(object): class in inherits:object
|
/external/vogar/src/vogar/target/ |
H A D | Profiler.java | 22 public abstract class Profiler { class 23 public static Profiler getInstance() throws Exception {
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
H A D | 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 class in class:ANTLR3.Profile 206 # (maxLookaheadInCurrentDecision in java Profiler) 210 # (lastTokenConsumed in java Profiler)
|
/external/webrtc/webrtc/base/ |
H A D | profiler.cc | 89 Profiler::~Profiler() = default; 91 Profiler* Profiler::Instance() { 92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ()); 96 Profiler::Profiler() { function in class:rtc::Profiler 99 void Profiler::StartEvent(const std::string& event_name) { 115 void Profiler::StopEvent(const std::string& event_name) { 125 void Profiler [all...] |
H A D | profiler.h | 59 rtc::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev) 64 rtc::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix) 67 #define PROFILE_START(msg) rtc::Profiler::Instance()->StartEvent(msg) 68 #define PROFILE_STOP(msg) rtc::Profiler::Instance()->StopEvent(msg) 115 // macros, defined above, rather than directly calling Profiler methods. 116 class Profiler { class in namespace:rtc 118 ~Profiler(); 129 static Profiler* Instance(); 131 Profiler(); 137 RTC_DISALLOW_COPY_AND_ASSIGN(Profiler); [all...] |
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
H A D | Profiler.java | 34 // + Profiler [BAS] 37 // |--+ Profiler Y 50 public class Profiler implements TimeInstrument { class in inherits:TimeInstrument 67 public Profiler(String name) { method in class:Profiler 106 public Profiler startNested(String name) { 108 Profiler nestedProfiler = new Profiler(name); 132 // if (child instanceof Profiler) 133 // ((Profiler) child).stop(); 167 if (ti instanceof Profiler) { [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | Profiler.cs | 51 public class Profiler : BlankDebugEventListener { class in namespace:Antlr.Runtime.Debug 92 public Profiler() { method in class:Antlr.Runtime.Debug.Profiler 95 public Profiler(DebugParser parser) { method in class:Antlr.Runtime.Debug.Profiler
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
H A D | Profiler.cs | 50 public class Profiler : BlankDebugEventListener class in namespace:Antlr.Runtime.Debug 92 public Profiler() method in class:Antlr.Runtime.Debug.Profiler 96 public Profiler(DebugParser parser) method in class:Antlr.Runtime.Debug.Profiler
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
H A D | Profiler.java | 38 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/autotest/frontend/afe/ |
H A D | models.py | 851 class Profiler(dbmodels.Model, model_logic.ModelExtensions): class in inherits:dbmodels.Model, model_logic.ModelExtensions 868 """Metadata for class Profiler.""" 1097 Profiler, through='ParameterizedJobProfiler') 1132 profiler = dbmodels.ForeignKey(Profiler)
|
/external/clang/lib/AST/ |
H A D | StmtProfile.cpp | 261 StmtProfiler *Profiler; member in class:__anon1194::OMPClauseProfiler 267 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { } 275 Profiler->VisitStmt(C->getCondition()); 280 Profiler->VisitStmt(C->getCondition()); 285 Profiler->VisitStmt(C->getNumThreads()); 290 Profiler->VisitStmt(C->getSafelen()); 295 Profiler->VisitStmt(C->getSimdlen()); 300 Profiler->VisitStmt(C->getNumForLoops()); 309 Profiler->VisitStmt(C->getChunkSize()); 311 Profiler [all...] |
/external/v8/src/ |
H A D | log.cc | 547 // The Profiler samples pc and sp values for the main thread. 552 class Profiler: public base::Thread { class in namespace:v8::internal 554 explicit Profiler(Isolate* isolate); 631 void SetProfiler(Profiler* profiler) { 668 Profiler* profiler_; 674 // Profiler implementation. 676 Profiler::Profiler(Isolate* isolate) function in class:v8::internal::Profiler 677 : base::Thread(Options("v8:Profiler")), 689 void Profiler [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | findbugs.jar | META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ... |
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |
/external/robolectric/v1/lib/main/ |
H A D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |