Home
last modified time | relevance | path

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

/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/vogar/src/vogar/target/junit/
DJUnitRunner.java65 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/
Dtest-profile-generator.cc560 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
Dtest-cpu-profiler.cc147 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
Dlog-eq-of-logging-and-traversal.js50 'profiler': null, property
Dtest-heap-profiler.cc1624 static const v8::HeapSnapshot* FindHeapSnapshot(v8::HeapProfiler* profiler, in FindHeapSnapshot()
/external/vogar/src/vogar/target/
DRunner.java42 boolean run(String actionName, Profiler profiler, String[] args); in run()
DMainRunner.java47 public boolean run(String actionName, Profiler profiler, String[] args) { in run()
DCaliperRunner.java43 public boolean run(String actionName, Profiler profiler, in run()
DTestRunner.java217 Profiler profiler = null; in run() local
/external/vogar/src/vogar/android/
DAndroidProfiler.java55 private Object profiler; field in AndroidProfiler
/external/v8/src/
Dheap-snapshot-generator.h151 HeapProfiler* profiler() { return profiler_; } in profiler() function
Dlog.cc675 void SetProfiler(Profiler* profiler) { in SetProfiler()
Dheap-snapshot-generator.cc183 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler, in HeapSnapshot()
Dapi.cc7094 i::CpuProfiler* profiler = isolate->cpu_profiler(); in Delete() local
/external/v8/src/heap/
Dheap-inl.h225 HeapProfiler* profiler = isolate_->heap_profiler(); in OnAllocationEvent() local
Dheap.cc3350 HeapProfiler* profiler = isolate()->heap_profiler(); in RightTrimFixedArray() local
/external/v8/tools/
Dtickprocessor.js185 'profiler': null, property