/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 | BasicProfilerDemo.java | 57 Profiler profiler = new Profiler("BASIC"); in main() local
|
D | NestedProfilerDemo.java | 59 Profiler profiler = new Profiler("DEMO"); 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/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/v8/test/cctest/ |
D | test-profile-generator.cc | 520 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 597 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local 650 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in GetFunctionLineNumber() local 677 CpuProfiler* profiler = isolate->cpu_profiler(); in TEST() local 700 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local
|
D | test-cpu-profiler.cc | 160 CpuProfiler profiler(isolate, profiles, generator, processor); in TEST() local 228 CpuProfiler profiler(isolate, profiles, generator, processor); in TEST() local 279 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 300 CpuProfiler profiler(isolate, profiles, generator, processor); in TEST() local 337 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); in TEST() local 366 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler); in FindCpuProfile() local 1043 CpuProfiler profiler(isolate, profiles, generator, processor); in TickLines() local 1696 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); in TEST() local 1743 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); in TEST() local 1873 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); in TEST() local [all …]
|
D | log-eq-of-logging-and-traversal.js | 50 'profiler': null, property
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 66 SamplingHeapProfiler* const profiler; member 159 SamplingHeapProfiler* profiler, in SamplingAllocationObserver()
|
D | profile-generator.h | 337 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
|
/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/build/android/pylib/remote/device/ |
D | remote_device_test_run.py | 297 pcap=0, profiler=0, videocapture=0): argument
|