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

1 2

  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
Profiler.java 17 package com.android.camera.stats.profiler;
23 public interface Profiler {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
__init__.py 9 class Profiler(object):
10 """A sampling profiler provided by the platform.
12 A profiler is started on its constructor, and should
28 """User-friendly name of this profiler."""
33 """True iff this profiler is currently supported by the platform."""
67 """Collect the profile from the profiler."""
  /external/vogar/src/vogar/target/
Profiler.java 22 public abstract class Profiler {
23 public static Profiler getInstance() throws Exception {
  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 29 class Profiler final {
31 Profiler(const clockid_t clockId)
35 ~Profiler() {
57 DISALLOW_IMPLICIT_CONSTRUCTORS(Profiler);
74 #define PROF_INIT Profiler __LATINIME__PROFILER__(CLOCK_THREAD_CPUTIME_ID)
  /external/webrtc/webrtc/base/
profiler.cc 11 #include "webrtc/base/profiler.h"
89 Profiler::~Profiler() = default;
91 Profiler* Profiler::Instance() {
92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ());
96 Profiler::Profiler() {
99 void Profiler::StartEvent(const std::string& event_name) {
115 void Profiler::StopEvent(const std::string& event_name)
    [all...]
profiler.h 11 // A simple wall-clock profiler for instrumented code.
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)
88 // Tracks information for one profiler event.
115 // macros, defined above, rather than directly calling Profiler methods.
116 class Profiler {
118 ~Profiler();
129 static Profiler* Instance()
    [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/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
Profiler.java 25 package org.slf4j.profiler;
34 // + Profiler [BAS]
37 // |--+ Profiler Y
45 * A poor man's profiler to measure the time elapsed performing some lengthy
50 public class Profiler implements TimeInstrument {
52 final static String PROFILER_MARKER_NAME = "PROFILER";
67 public Profiler(String name) {
106 public Profiler startNested(String name) {
108 Profiler nestedProfiler = new Profiler(name)
239 Profiler profiler = (Profiler) child; local
    [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/autotest/frontend/afe/
models.py 851 class Profiler(dbmodels.Model, model_logic.ModelExtensions):
854 name: profiler name
868 """Metadata for class Profiler."""
1132 profiler = dbmodels.ForeignKey(Profiler) variable in class:ParameterizedJobProfiler
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 182 // FIXME: Implement MS style inline asm statement profiler.
261 StmtProfiler *Profiler;
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())
    [all...]
  /external/v8/src/
log.cc 19 #include "src/profiler/cpu-profiler.h"
20 #include "src/runtime-profiler.h"
605 // The Profiler samples pc and sp values for the main thread.
610 class Profiler: public base::Thread {
612 explicit Profiler(Isolate* isolate);
662 // Tells whether profiler is engaged, that is, processing thread is stated.
674 // Ticker used to provide ticks to the profiler and the sliding state
689 void SetProfiler(Profiler* profiler) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /frameworks/base/core/java/android/app/
ActivityThread.java 216 Profiler mProfiler;
520 /** Initial values for {@link Profiler}. */
528 static final class Profiler {
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 

Completed in 429 milliseconds

1 2