/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | ProfilerRegistry.java | 41 public void put(Profiler profiler) { in put() 42 put(profiler.getName(), profiler); in put() local 45 public void put(String name, Profiler profiler) { in put()
|
D | Profiler.java | 239 Profiler profiler = (Profiler) child; in buildProfilerString() local
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | ProfilerTest.java | 41 Profiler profiler = new Profiler("SMOKE"); in testSmoke() local 53 Profiler profiler = new Profiler("BAS"); in testBasicProfiling() local 85 Profiler profiler = new Profiler("BAS"); in testNestedProfiling() local
|
D | NestedProfilerDemo.java | 59 Profiler profiler = new Profiler("DEMO"); in main() local
|
D | BasicProfilerDemo.java | 57 Profiler profiler = new Profiler("BASIC"); in main() local
|
D | NestedProfilerDemo2.java | 44 Profiler profiler = new Profiler("DEMO"); in main() local
|
/external/vogar/src/vogar/target/junit/ |
D | JUnitRunner.java | 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/v8/test/cctest/ |
D | test-profile-generator.cc | 560 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 635 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local 691 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in GetFunctionLineNumber() local 715 CpuProfiler* profiler = isolate->cpu_profiler(); in TEST() local 737 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
|
D | test-cpu-profiler.cc | 147 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 208 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 253 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 277 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 308 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 337 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler); in FindCpuProfile() local 1658 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
|
D | log-eq-of-logging-and-traversal.js | 50 'profiler': null, property
|
D | test-heap-profiler.cc | 1624 static const v8::HeapSnapshot* FindHeapSnapshot(v8::HeapProfiler* profiler, in FindHeapSnapshot()
|
/external/vogar/src/vogar/target/ |
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 | CaliperRunner.java | 43 public boolean run(String actionName, Profiler profiler, in run()
|
D | TestRunner.java | 217 Profiler profiler = null; in run() local
|
/external/vogar/src/vogar/android/ |
D | AndroidProfiler.java | 55 private Object profiler; field in AndroidProfiler
|
/external/v8/src/ |
D | heap-snapshot-generator.h | 151 HeapProfiler* profiler() { return profiler_; } in profiler() function
|
D | log.cc | 675 void SetProfiler(Profiler* profiler) { in SetProfiler()
|
D | heap-snapshot-generator.cc | 183 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler, in HeapSnapshot()
|
D | api.cc | 7094 i::CpuProfiler* profiler = isolate->cpu_profiler(); in Delete() local
|
/external/v8/src/heap/ |
D | heap-inl.h | 225 HeapProfiler* profiler = isolate_->heap_profiler(); in OnAllocationEvent() local
|
D | heap.cc | 3350 HeapProfiler* profiler = isolate()->heap_profiler(); in RightTrimFixedArray() local
|
/external/v8/tools/ |
D | tickprocessor.js | 185 'profiler': null, property
|