/external/chromium_org/third_party/WebKit/Source/devtools/ |
D | build_profiler_module.target.linux-x86.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.darwin-mips.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.linux-arm64.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.linux-arm.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.darwin-arm64.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.linux-mips64.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.darwin-arm.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.linux-mips.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.darwin-mips64.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.linux-x86_64.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.darwin-x86_64.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
D | build_profiler_module.target.darwin-x86.mk | 22 …profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/CanvasPro… 24 …urces/inspector; python scripts/concatenate_module_scripts.py front_end/profiler/module.json "$(gy…
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | ScriptProfiler.cpp | 54 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); in setSamplingInterval() local 55 if (profiler) in setSamplingInterval() 56 profiler->SetSamplingInterval(intervalUs); in setSamplingInterval() 67 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); in start() local 68 if (!profiler) in start() 71 profiler->StartProfiling(v8String(isolate, title), true); in start() 77 v8::CpuProfiler* profiler = isolate->GetCpuProfiler(); in stop() local 78 if (!profiler) in stop() 81 v8::CpuProfile* profile = profiler->StopProfiling(v8String(isolate, title)); in stop() 105 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); in objectByHeapObjectId() local [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | profiler_unittest.py | 34 from .profiler import ProfilerFactory, GooglePProf 53 profiler = ProfilerFactory.create_profiler(host, '/bin/executable', '/tmp/output') 55 self.assertEqual(profiler._output_path, "/tmp/output/test.dtps") 59 profiler = ProfilerFactory.create_profiler(host, '/bin/executable', '/tmp/output') 60 self.assertEqual(profiler._output_path, "/tmp/output/test.data") 102 profiler = GooglePProf(host, '/bin/executable', '/tmp/output') 103 … self.assertEqual(profiler._first_ten_lines_of_profile(pprof_output), expected_first_ten_lines)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | layersPanel.css | 100 .paint-profiler-overview .progress-banner { 110 .paint-profiler-canvas-container { 115 .paint-profiler-overview { 119 .paint-profiler-pie-chart { 127 .paint-profiler-canvas-container canvas { 135 .paint-profiler-canvas-container .overview-grid-dividers-background, 136 .paint-profiler-canvas-container .overview-grid-window { 141 .paint-profiler-canvas-container .overview-grid-window-resizer { 145 .profiler-log-view .console-formatted-string { 149 .profiler-log-view.section .properties {
|
/external/chromium_org/tools/perf/ |
D | record_android_profile.py | 20 output_file = os.path.join(tempfile.mkdtemp(), options.profiler) 22 print '>> Starting profiler', options.profiler 24 options.profiler, output_file) 32 print '<< Stopped profiler ', options.profiler
|
/external/chromium_org/components/metrics/ |
D | BUILD.gn | 94 source_set("profiler") { 96 "profiler/profiler_metrics_provider.cc", 97 "profiler/profiler_metrics_provider.h", 98 "profiler/tracking_synchronizer.cc", 99 "profiler/tracking_synchronizer.h", 100 "profiler/tracking_synchronizer_observer.h",
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | README | 33 See doc/heap-profiler.html for information about how to use tcmalloc's 34 heap profiler and analyze its output. 49 set to adjust the heap-profiler behavior; c.f. "ENVIRONMENT VARIABLES" 52 The heap profiler is available on all unix-based systems we've tested; 86 See doc/cpu-profiler.html for information about how to use the CPU 87 profiler and analyze its output. 99 to adjust the cpu-profiler behavior; cf "ENVIRONMENT VARIABLES" below. 101 The CPU profiler is available on all unix-based systems we've tested; 114 If you want the CPU profiler, heap profiler, and heap leak-checker to 137 The cpu profiler, heap checker, and heap profiler will lie dormant, [all …]
|
/external/chromium_org/v8/test/cctest/ |
D | test-cpu-profiler.cc | 147 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 152 profiler.CodeCreateEvent(i::Logger::FUNCTION_TAG, aaa_code, *aaa_name); in TEST() 153 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code, "comment"); in TEST() 154 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args5_code, 5); in TEST() 155 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code, "comment2"); in TEST() 156 profiler.CodeMoveEvent(comment2_code->address(), moved_code->address()); in TEST() 157 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args3_code, 3); in TEST() 158 profiler.CodeCreateEvent(i::Logger::STUB_TAG, args4_code, 4); in TEST() 208 CpuProfiler profiler(isolate, profiles, &generator, processor.get()); in TEST() local 210 profiler.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame1_code, "bbb"); in TEST() [all …]
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
D | services.py | 37 profiler = Profiler(id=run_id, blob_key=blob_info.key()) 38 profiler.put() 46 profiler = ndb.Key('Profiler', run_id).get() 47 return blobstore.BlobReader(profiler.blob_key).read()
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
D | dropdown-view.js | 11 var DropdownView = function(profiler) { argument 12 this.profiler_ = profiler; 15 profiler.addListener('changed', this.redraw_.bind(this)); 16 profiler.addListener('changed:selected', this.update_.bind(this));
|
D | menu-view.js | 10 var MenuView = function(profiler) { argument 11 this.profiler_ = profiler; 15 profiler.addListener('changed', this.redraw_.bind(this)); 16 profiler.addListener('changed:selected', this.selectNode_.bind(this));
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | android_systrace_profiler_unittest.py | 10 from telemetry.core.platform.profiler import android_systrace_profiler 20 profiler = android_systrace_profiler.AndroidSystraceProfiler( 25 result = profiler.CollectProfile()[0]
|
/external/chromium_org/tools/profile_chrome/ |
D | profiler_unittest.py | 10 from profile_chrome import profiler 44 result = profiler.CaptureProfile([controller], interval) 57 result = profiler.CaptureProfile([controller], 1, write_json=True) 68 result = profiler.CaptureProfile(controllers, 1, write_json=True)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | profiling_controller_backend.py | 4 from telemetry.core.platform.profiler import profiler_finder 46 for profiler in self._active_profilers: 47 output_files.extend(profiler.CollectProfile())
|