/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | ProfilerTest.java | 41 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()
|
D | BasicProfilerDemo.java | 57 Profiler profiler = new Profiler("BASIC"); in main()
|
D | NestedProfilerDemo.java | 59 Profiler profiler = new Profiler("DEMO"); in main()
|
D | NestedProfilerDemo2.java | 44 Profiler profiler = new Profiler("DEMO"); in main()
|
D | SortAndPruneComposites.java | 46 Profiler sortProfiler = profilerRegistry.get(NESTED_PROFILER_NAME); in sortAndPruneComposites()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | Profiler.java | 50 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()
|
D | ProfilerRegistry.java | 39 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/ |
D | StmtProfile.cpp | 260 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/ |
D | Profiler.java | 22 public abstract class Profiler { class 23 public static Profiler getInstance() throws Exception { in getInstance()
|
D | Runner.java | 42 boolean run(String actionName, Profiler profiler, String[] args); in run()
|
D | MainRunner.java | 47 public boolean run(String actionName, Profiler profiler, String[] args) { in run()
|
D | TestRunner.java | 217 Profiler profiler = null; in run() 220 profiler = Profiler.getInstance(); in run()
|
D | CaliperRunner.java | 43 public boolean run(String actionName, Profiler profiler, in run()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | Dbg.stg | 72 …((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/ |
D | Dbg.stg | 67 …((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/ |
D | ProfileTreeGrammar.cs | 61 : 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()
|
D | ProfileGrammarParser.cs | 59 : 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/ |
D | Dbg.stg | 71 …((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/ |
D | Dbg.stg | 103 …((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/ |
D | JUnitRunner.java | 31 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/ |
D | AndroidProfiler.java | 24 import vogar.target.Profiler; 26 public class AndroidProfiler extends Profiler {
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | Dbg.stg | 81 …[(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/ |
D | profile.rb | 57 options[ :debug_listener ] ||= Profiler.new( self ) 195 class Profiler class
|
/external/v8/src/ |
D | log.h | 64 class Profiler; variable 391 Profiler* profiler_; 401 friend class Profiler; variable
|
D | log.cc | 597 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()
|