Home
last modified time | relevance | path

Searched refs:Profiler (Results 1 – 25 of 38) sorted by relevance

12

/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java41 Profiler profiler = new Profiler("SMOKE"); in testSmoke()
53 Profiler profiler = new Profiler("BAS"); in testBasicProfiling()
85 Profiler profiler = new Profiler("BAS"); in testNestedProfiling()
94 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling()
123 public void doSubtask(Profiler nested) { in doSubtask()
DBasicProfilerDemo.java57 Profiler profiler = new Profiler("BASIC"); in main()
DNestedProfilerDemo.java59 Profiler profiler = new Profiler("DEMO"); in main()
DNestedProfilerDemo2.java44 Profiler profiler = new Profiler("DEMO"); in main()
DSortAndPruneComposites.java46 Profiler sortProfiler = profilerRegistry.get(NESTED_PROFILER_NAME); in sortAndPruneComposites()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfiler.java50 public class Profiler implements TimeInstrument { class
67 public Profiler(String name) { in Profiler() method in Profiler
106 public Profiler startNested(String name) { in startNested()
108 Profiler nestedProfiler = new Profiler(name); in startNested()
167 if (ti instanceof Profiler) { in sanityCheck()
168 Profiler nestedProfiler = (Profiler) ti; in sanityCheck()
238 } else if (child instanceof Profiler) { in buildProfilerString()
239 Profiler profiler = (Profiler) child; in buildProfilerString()
DProfilerRegistry.java39 Map<String, Profiler> profilerMap = new HashMap<String, Profiler>();
41 public void put(Profiler profiler) { in put()
45 public void put(String name, Profiler profiler) { in put()
58 public Profiler get(String name) { in get()
/external/clang/lib/AST/
DStmtProfile.cpp260 StmtProfiler *Profiler; member in __anon98c5552c0211::OMPClauseProfiler
265 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { } in OMPClauseProfiler()
273 Profiler->VisitStmt(C->getCondition()); in VisitOMPIfClause()
278 Profiler->VisitStmt(C->getCondition()); in VisitOMPFinalClause()
283 Profiler->VisitStmt(C->getNumThreads()); in VisitOMPNumThreadsClause()
288 Profiler->VisitStmt(C->getSafelen()); in VisitOMPSafelenClause()
293 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
302 Profiler->VisitStmt(C->getChunkSize()); in VisitOMPScheduleClause()
326 Profiler->VisitStmt(E); in VisitOMPClauseList()
333 Profiler->VisitStmt(E); in VisitOMPPrivateClause()
[all …]
/external/vogar/src/vogar/target/
DProfiler.java22 public abstract class Profiler { class
23 public static Profiler getInstance() throws Exception { in getInstance()
DRunner.java42 boolean run(String actionName, Profiler profiler, String[] args); in run()
DMainRunner.java47 public boolean run(String actionName, Profiler profiler, String[] args) { in run()
DTestRunner.java217 Profiler profiler = null; in run()
220 profiler = Profiler.getInstance(); in run()
DCaliperRunner.java43 public boolean run(String actionName, Profiler profiler, in run()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg72 …((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar…
77 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognize…
108 : this( input, new Profiler(null), new RecognizerSharedState() )
114 Profiler p = (Profiler)dbg;
140 Profiler p = (Profiler)dbg;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DDbg.stg67 …((Profiler)dbg).examineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar…
74 …((Profiler)dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognize…
102 this(input, new Profiler(null), new RecognizerSharedState());
106 Profiler p = (Profiler)dbg;
130 Profiler p = (Profiler)dbg;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammar.cs61 : this( input, new Profiler(null), new RecognizerSharedState() ) in ProfileTreeGrammar()
67 Profiler p = (Profiler)dbg; in ProfileTreeGrammar()
74 Profiler p = (Profiler)dbg; in ProfileTreeGrammar()
79 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); in AlreadyParsedRule()
85 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); in Memoize()
DProfileGrammarParser.cs59 : this( input, new Profiler(null), new RecognizerSharedState() ) in ProfileGrammarParser()
65 Profiler p = (Profiler)dbg; in ProfileGrammarParser()
78 Profiler p = (Profiler)dbg; in ProfileGrammarParser()
89 …((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileGrammarParser.ruleNames[ruleIndex]… in AlreadyParsedRule()
95 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileGrammarParser.ruleNames[ruleIndex… in Memoize()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg71 …((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar…
76 …((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognize…
107 : this( input, new Profiler(null), new RecognizerSharedState() )
113 Profiler p = (Profiler)dbg;
139 Profiler p = (Profiler)dbg;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DDbg.stg103 …((Profiler)self._dbg).examineRuleMemoization(input, ruleIndex, <grammar.composite.rootGrammar.reco…
111 …((Profiler)self._dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.rec…
141 this(input, new Profiler(null), new RecognizerSharedState());
145 Profiler p = (Profiler)self.dbg;
172 Profiler p = (Profiler)dbg;
/external/vogar/src/vogar/target/junit/
DJUnitRunner.java31 import vogar.target.Profiler;
65 public boolean run(String actionName, Profiler profiler, String[] args) { in run()
104 private void runWithTimeout(final Profiler profiler, final VogarTest test) { in runWithTimeout()
/external/vogar/src/vogar/android/
DAndroidProfiler.java24 import vogar.target.Profiler;
26 public class AndroidProfiler extends Profiler {
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DDbg.stg81 …[(Profiler)dbg examineRuleMemoization:input, ruleIndex, <grammar.composite.rootGrammar.recognizerN…
86 …[((Profiler)dbg) memoize:input RuleIndex:ruleIndex StartIndex:ruleStartIndex [<grammar.composite.r…
208 // isCyclicDecision is only necessary for the Profiler. Which I didn't do, yet.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb57 options[ :debug_listener ] ||= Profiler.new( self )
195 class Profiler class
/external/v8/src/
Dlog.h64 class Profiler; variable
391 Profiler* profiler_;
401 friend class Profiler; variable
Dlog.cc597 class Profiler: public base::Thread { class
599 explicit Profiler(Isolate* isolate);
675 void SetProfiler(Profiler* profiler) { in SetProfiler()
689 Profiler* profiler_;
696 Profiler::Profiler(Isolate* isolate) in Profiler() function in v8::internal::Profiler
708 void Profiler::Engage() { in Engage()
731 void Profiler::Disengage() { in Disengage()
751 void Profiler::Run() { in Run()
1866 profiler_ = new Profiler(isolate); in SetUp()

12