/frameworks/base/libs/hwui/renderthread/ |
CanvasContext.h | 94 DrawProfiler& profiler() { return mProfiler; } function in class:android::uirenderer::renderthread::CanvasContext
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
AsciiHprofWriter.java | 17 package dalvik.system.profiler;
|
HprofBinaryToAscii.java | 17 package dalvik.system.profiler; 30 * adb shell dalvikvm 'dalvik.system.profiler.HprofBinaryToAscii'
|
BinaryHprof.java | 17 package dalvik.system.profiler;
|
BinaryHprofWriter.java | 17 package dalvik.system.profiler;
|
HprofData.java | 17 package dalvik.system.profiler; 30 * Represents sampling profiler data. Can be converted to ASCII or
|
SamplingProfiler.java | 17 package dalvik.system.profiler; 28 * A sampling profiler. It currently is implemented without any 45 * SamplingProfiler profiler = new SamplingProfiler(12, threadSet); 46 * profiler.start(100); 48 * profiler.stop(); 50 * profiler.start(100); 52 * profiler.stop(); 53 * profiler.shutdown(); 54 * AsciiHprofWriter.write(profiler.getHprofData(), System.out); 66 * Data collected by the sampling profiler [all...] |
BinaryHprofReader.java | 17 package dalvik.system.profiler;
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
strace_profiler.py | 13 from telemetry.core.platform import profiler namespace 199 class StraceProfiler(profiler.Profiler):
|
perf_profiler.py | 15 from telemetry.core.platform import profiler namespace 16 from telemetry.core.platform.profiler import android_profiling_helper 64 On android, this profiler uses pre-built binaries from AOSP. 160 class PerfProfiler(profiler.Profiler):
|
/libcore/dalvik/src/test/java/dalvik/system/profiler/ |
SamplingProfilerTest.java | 17 package dalvik.system.profiler; 19 import dalvik.system.profiler.AsciiHprofWriter; 20 import dalvik.system.profiler.BinaryHprofReader; 21 import dalvik.system.profiler.BinaryHprofWriter; 22 import dalvik.system.profiler.HprofData.Sample; 23 import dalvik.system.profiler.HprofData.StackTrace; 24 import dalvik.system.profiler.HprofData.ThreadEvent; 25 import dalvik.system.profiler.HprofData; 26 import dalvik.system.profiler.SamplingProfiler.ThreadSet; 53 SamplingProfiler profiler = new SamplingProfiler(12, threadSet) local [all...] |
/external/chromium_org/tools/android/adb_profile_chrome/ |
main.py | 15 from adb_profile_chrome import profiler namespace 141 browsers = sorted(profiler.GetSupportedBrowsers().keys()) 172 package_info = profiler.GetSupportedBrowsers()[options.browser] 240 result = profiler.CaptureProfile(
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptProfiler.cpp | 43 #include <v8-profiler.h> 55 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); local 56 if (profiler) 57 profiler->SetSamplingInterval(intervalUs); 68 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); local 69 if (!profiler) 72 profiler->StartProfiling(v8String(isolate, title), true); 78 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); local 79 if (!profiler) 82 v8::CpuProfile* profile = profiler->StopProfiling(v8String(isolate, title)) 106 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); local 129 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); local 137 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); local 234 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); local 257 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); local [all...] |
V8GCController.cpp | 299 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); local 303 profiler->SetRetainedObjectInfo(v8::UniqueId(reinterpret_cast<intptr_t>(root)), new RetainedDOMInfo(root));
|
/external/chromium_org/v8/test/cctest/ |
test-profile-generator.cc | 32 #include "include/v8-profiler.h" 33 #include "src/cpu-profiler.h" 36 #include "test/cctest/profiler-extension.h" 560 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); local 561 CHECK_EQ(0, profiler->GetProfilesCount()); 568 CHECK_EQ(1, profiler->GetProfilesCount()); 569 CpuProfile* profile = profiler->GetProfile(0); 635 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); local 636 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler); 691 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler() local 715 CpuProfiler* profiler = isolate->cpu_profiler(); local 737 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); local [all...] |
test-cpu-profiler.cc | 32 #include "include/v8-profiler.h" 33 #include "src/cpu-profiler-inl.h" 38 #include "test/cctest/profiler-extension.h" 148 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); 153 profiler.CodeCreateEvent(i::Logger::FUNCTION_TAG, aaa_code, *aaa_name); 154 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code, "comment"); 155 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args5_code, 5); 156 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code, "comment2"); 157 profiler.CodeMoveEvent(comment2_code->address(), moved_code->address()); 158 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args3_code, 3) 254 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); local 309 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler(); local 338 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler); local 1645 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler(); local [all...] |
/art/runtime/base/ |
logging.h | 310 bool profiler; member in struct:art::LogVerbosity
|
/external/chromium_org/v8/src/ |
heap-inl.h | 11 #include "src/heap-profiler.h" 183 HeapProfiler* profiler = isolate_->heap_profiler(); local 203 if (profiler->is_tracking_allocations() && allocation.To(&object)) { 204 profiler->AllocationEvent(object->address(), size_in_bytes); 227 if (profiler->is_tracking_allocations() && allocation.To(&object)) { 228 profiler->AllocationEvent(object->address(), size_in_bytes);
|
heap-snapshot-generator.h | 146 HeapSnapshot(HeapProfiler* profiler, 151 HeapProfiler* profiler() { return profiler_; } function in class:v8::internal::HeapSnapshot
|
builtins.cc | 12 #include "src/cpu-profiler.h" 15 #include "src/heap-profiler.h" 242 HeapProfiler* profiler = heap->isolate()->heap_profiler(); local 243 if (profiler->is_tracking_object_moves()) { 244 profiler->ObjectMoveEvent(elms->address(), [all...] |
api.cc | 13 #include "include/v8-profiler.h" 21 #include "src/cpu-profiler.h" 26 #include "src/heap-profiler.h" 41 #include "src/runtime-profiler.h" 7063 i::CpuProfiler* profiler = isolate->cpu_profiler(); local [all...] |
objects.cc | 14 #include "src/cpu-profiler.h" 2082 HeapProfiler* profiler = heap->isolate()->heap_profiler(); local [all...] |
/art/runtime/ |
profiler.cc | 17 #include "profiler.h" 55 // TODO: this profiler runs regardless of the state of the machine. Maybe we should use the 92 BackgroundMethodSamplingProfiler* profiler = local 94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); 105 profiler->RecordMethod(method); 113 profiler->RecordStack(stack); 124 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) : 125 profiler_(profiler) {} 155 BackgroundMethodSamplingProfiler* profiler = local 167 CHECK(runtime->AttachCurrentThread("Profiler", true, runtime->GetSystemThreadGroup() 360 BackgroundMethodSamplingProfiler* profiler = nullptr; local [all...] |
/frameworks/native/cmds/installd/ |
commands.c | 702 bool profiler = (property_get("dalvik.vm.profiler", prop_buf, "0") > 0) && (prop_buf[0] == '1'); local 758 if (profiler && (strcmp(pkgname, "*") != 0)) { [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
findbugs.jar | |