Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 25 of 41) 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
DNestedProfilerDemo.java59 Profiler profiler = new Profiler("DEMO"); in main() local
DBasicProfilerDemo.java57 Profiler profiler = new Profiler("BASIC"); 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/v8/test/cctest/
Dtest-profile-generator.cc507 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
Dtest-cpu-profiler.cc168 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 …]
Dlog-eq-of-logging-and-traversal.js50 'profiler': null, property
/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/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/src/profiler/
Dheap-snapshot-generator.h156 HeapProfiler* profiler() { return profiler_; } in profiler() function
/external/v8/src/heap/
Dheap-inl.h255 HeapProfiler* profiler = isolate_->heap_profiler(); in OnAllocationEvent() local
/external/v8/tools/
Dtickprocessor.js188 'profiler': null, property

12