/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/autotest/client/common_lib/ |
D | profiler_manager.py | 23 def load_profiler(self, profiler, args, dargs): argument 30 def add(self, profiler, *args, **dargs): argument 36 def delete(self, profiler): argument
|
D | profiler_manager_unittest.py | 29 def load_profiler(self, profiler, args, dargs): argument
|
/external/vogar/src/vogar/target/junit/ |
D | JUnitRunner.java | 60 public boolean run(Profiler profiler) { in run() 86 private void runWithTimeout(final Profiler profiler, final VogarTest test) { in runWithTimeout()
|
/external/v8/test/cctest/ |
D | test-profile-generator.cc | 507 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 583 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local 640 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in GetFunctionLineNumber() local 668 CpuProfiler* profiler = isolate->cpu_profiler(); in TEST() local 690 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
|
D | test-cpu-profiler.cc | 168 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 229 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 274 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 298 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 329 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 358 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler); in FindCpuProfile() local 1119 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 1721 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local 1768 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); in TEST() local 1898 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); in TEST() local [all …]
|
D | log-eq-of-logging-and-traversal.js | 50 'profiler': null, property
|
/external/vogar/src/vogar/target/ |
D | Runner.java | 30 boolean run(Profiler profiler); in run()
|
D | MainRunner.java | 45 public boolean run(Profiler profiler) { in run()
|
D | CaliperRunner.java | 43 public boolean run(Profiler profiler) { in run()
|
D | TestRunner.java | 210 Profiler profiler = null; in run() local
|
/external/autotest/client/bin/ |
D | profilers.py | 8 def load_profiler(self, profiler, args, dargs): argument
|
D | profiler.py | 1 class profiler: class
|
/external/autotest/client/tests/profiler_test/ |
D | profiler_test.py | 10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument
|
/external/autotest/server/ |
D | profilers.py | 50 def add(self, profiler, *args, **dargs): argument 55 def delete(self, profiler): argument
|
D | standalone_profiler.py | 24 def _encode_args(profiler, args, dargs): argument
|
/external/vogar/src/vogar/android/ |
D | AndroidProfiler.java | 55 private Object profiler; field in AndroidProfiler
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 156 HeapProfiler* profiler() { return profiler_; } in profiler() function
|
/external/v8/src/heap/ |
D | heap-inl.h | 255 HeapProfiler* profiler = isolate_->heap_profiler(); in OnAllocationEvent() local
|
/external/v8/tools/ |
D | tickprocessor.js | 188 'profiler': null, property
|