Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 25 of 36) sorted by relevance

12

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfilerRegistry.java41 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()
DProfiler.java239 Profiler profiler = (Profiler) child; in buildProfilerString() local
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java41 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
DBasicProfilerDemo.java57 Profiler profiler = new Profiler("BASIC"); in main() local
DNestedProfilerDemo.java59 Profiler profiler = new Profiler("DEMO"); in main() local
DNestedProfilerDemo2.java44 Profiler profiler = new Profiler("DEMO"); in main() local
/external/autotest/client/common_lib/
Dprofiler_manager.py23 def load_profiler(self, profiler, args, dargs): argument
30 def add(self, profiler, *args, **dargs): argument
36 def delete(self, profiler): argument
Dprofiler_manager_unittest.py29 def load_profiler(self, profiler, args, dargs): argument
/external/vogar/src/vogar/target/junit/
DJUnitRunner.java60 public boolean run(Profiler profiler) { in run()
86 private void runWithTimeout(final Profiler profiler, final VogarTest test) { in runWithTimeout()
/external/vogar/src/vogar/target/
DRunner.java30 boolean run(Profiler profiler); in run()
DMainRunner.java45 public boolean run(Profiler profiler) { in run()
DCaliperRunner.java43 public boolean run(Profiler profiler) { in run()
DTestRunner.java210 Profiler profiler = null; in run() local
/external/autotest/client/bin/
Dprofilers.py8 def load_profiler(self, profiler, args, dargs): argument
Dprofiler.py1 class profiler: class
/external/autotest/client/tests/profiler_test/
Dprofiler_test.py10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument
/external/v8/test/cctest/
Dtest-profile-generator.cc520 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
Dtest-cpu-profiler.cc160 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 …]
Dlog-eq-of-logging-and-traversal.js50 'profiler': null, property
/external/v8/src/profiler/
Dsampling-heap-profiler.h66 SamplingHeapProfiler* const profiler; member
159 SamplingHeapProfiler* profiler, in SamplingAllocationObserver()
Dprofile-generator.h337 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
/external/autotest/server/
Dprofilers.py50 def add(self, profiler, *args, **dargs): argument
55 def delete(self, profiler): argument
Dstandalone_profiler.py24 def _encode_args(profiler, args, dargs): argument
/external/vogar/src/vogar/android/
DAndroidProfiler.java55 private Object profiler; field in AndroidProfiler
/external/v8/build/android/pylib/remote/device/
Dremote_device_test_run.py297 pcap=0, profiler=0, videocapture=0): argument

12