Searched refs:Profiler (Results 26 - 50 of 74) sorted by relevance

123

/external/vogar/src/vogar/target/junit/
H A DJUnitTargetRunner.java26 import vogar.target.Profiler;
62 public boolean run(Profiler profiler) {
91 // The ProfilerRunListener starts the Profiler before the test starts and
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DDbg.stg103 ((Profiler)self._dbg).examineRuleMemoization(input, ruleIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
111 ((Profiler)self._dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
141 this(input, new Profiler(null), new RecognizerSharedState());
145 Profiler p = (Profiler)self.dbg;
172 Profiler p = (Profiler)dbg;
/external/vogar/src/vogar/android/
H A DAndroidProfiler.java24 import vogar.target.Profiler;
26 public class AndroidProfiler extends Profiler {
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A D__init__.py9 class Profiler(object): class in inherits:object
H A Dandroid_systrace_profiler.py24 class AndroidSystraceProfiler(profiler.Profiler):
H A Dandroid_traceview_profiler.py18 class AndroidTraceviewProfiler(profiler.Profiler):
H A Diprofiler_profiler.py66 class IprofilerProfiler(profiler.Profiler):
H A Dmonsoon_profiler.py5 """Profiler using data collected from a Monsoon power meter.
67 class MonsoonProfiler(profiler.Profiler):
H A Dsample_profiler.py59 class SampleProfiler(profiler.Profiler):
H A Dtrace_profiler.py13 class TraceProfiler(profiler.Profiler):
H A Djava_heap_profiler.py22 class JavaHeapProfiler(profiler.Profiler):
H A Dwin_pgo_profiler.py15 class WinPGOProfiler(profiler.Profiler):
H A Dtcmalloc_heap_profiler.py101 class TCMallocHeapProfiler(profiler.Profiler):
H A Dtcpdump_profiler.py102 class TCPDumpProfiler(profiler.Profiler):
H A Dvtune_profiler.py92 class VTuneProfiler(profiler.Profiler):
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
H A DSortAndPruneComposites.java46 Profiler sortProfiler = profilerRegistry.get(NESTED_PROFILER_NAME);
/external/vogar/src/vogar/target/
H A DCaliperTargetRunner.java43 public boolean run(Profiler profiler) {
H A DTestRunner.java214 Profiler profiler = null;
217 profiler = Profiler.getInstance();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DDbg.stg81 [(Profiler)dbg examineRuleMemoization:input, ruleIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames objectAtIndex:ruleIndex];
86 [((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.rootGrammar.recognizerName> ruleNames[ruleIndex]];
208 // isCyclicDecision is only necessary for the Profiler. Which I didn't do, yet.
/external/boringssl/linux-arm/crypto/sha/
H A Dsha512-armv4.S25 @ Profiler-assisted and platform-specific optimization resulted in 7%
H A Dsha256-armv4.S32 @ Profiler-assisted and platform-specific optimization resulted in 16%
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DProfileTreeGrammar.cs61 : this( input, new Profiler(null), new RecognizerSharedState() )
67 Profiler p = (Profiler)dbg;
74 Profiler p = (Profiler)dbg;
79 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileTreeGrammar.ruleNames[ruleIndex]);
85 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileTreeGrammar.ruleNames[ruleIndex]);
/external/v8/src/
H A Dlog.h71 class Profiler;
248 // Profiler's sampling interval (in milliseconds).
301 // points to a Profiler, that handles collection
303 Profiler* profiler_;
313 friend class Profiler;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb57 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/v8/src/inspector/
H A Dv8-inspector-session-impl.cc31 protocol::Profiler::Metainfo::commandPrefix) ||
81 this, this, agentState(protocol::Profiler::Metainfo::domainName)));
82 protocol::Profiler::Dispatcher::wire(&m_dispatcher, m_profilerAgent.get());
338 .setName(protocol::Profiler::Metainfo::domainName)
339 .setVersion(protocol::Profiler::Metainfo::version)

Completed in 1076 milliseconds

123