/external/chromium_org/third_party/jstemplate/ |
D | jstemplate_example.js | 29 var profiling = false; variable 63 if (profiling) Profiler.reset(); 65 if (profiling) Profiler.dump(); 79 if (profiling) Profiler.reset(); 81 if (profiling) Profiler.dump(); 91 if (profiling) Profiler.reset(); 93 if (profiling) Profiler.dump(); 109 if (profiling) Profiler.reset(); 111 if (profiling) Profiler.dump(); 204 profiling = !!elemOrDie('profile').checked; [all …]
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | profiling_view.css | 6 #profiling-view { 12 #profiling-view[selected] { 16 #profiling-view > .control { 21 #profiling-view > .container { 27 .profiling-overlay { 33 .profiling-overlay .raw-text { 39 .profiling-overlay .error {
|
/external/chromium-trace/trace-viewer/src/about_tracing/ |
D | profiling_view.css | 6 .profiling-view { 13 .profiling-view .controls .save { 17 .profiling-view > .container { 22 .profiling-overlay { 28 .profiling-overlay .raw-text { 33 .profiling-overlay .error {
|
/external/oprofile/m4/ |
D | cellspubfdsupport.m4 | 11 # library to support Cell BE SPU profiling. 42 [ --with-target=cell-be Check BFD support for Cell Broadband Engine SPU profiling], arch=$withva… 46 AC_MSG_NOTICE([BFD library has support for Cell Broadband Engine SPU profiling]) 48 AC_ERROR([BFD library does not support elf32-spu target; SPU profiling is unsupported])
|
/external/llvm/test/Transforms/GCOVProfiling/ |
D | version.ll | 3 ; RUN: opt -insert-gcov-profiling -disable-output < %t2 6 ; RUN: not opt -insert-gcov-profiling -default-gcov-version=asdfasdf -disable-output < %t2 7 ; RUN: opt -insert-gcov-profiling -default-gcov-version=407* -disable-output < %t2
|
D | linkagename.ll | 3 ; RUN: opt -insert-gcov-profiling -disable-output < %t2
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | configure.ac | 37 AC_ARG_ENABLE(profiling, optenable 38 AC_HELP_STRING([--enable-profiling],[Enable profiling (requires GCC)]), 40 yes) profiling="yes" ;; 41 no) profiling="no" ;; 42 *) AC_MSG_ERROR([bad value ${enableval} for --enable-profiling]) ;; 212 # Enable output of profiling information 213 if test "$profiling" = "yes"; then
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/ |
D | control | 14 thread-caching malloc() and cpu and heap profiling utilities. The 25 thread-caching malloc() and cpu and heap profiling utilities.
|
/external/qemu/distrib/ |
D | README | 22 - support for instruction-level profiling and data cache simulation. this allows the 27 a single binary (this allows us to use different generators for profiling and 28 non-profiling modes, and switch between them dynamically at runtime when needed)
|
/external/chromium_org/base/allocator/ |
D | allocator_shim.cc | 296 const char* profiling = in _heap_init() local 298 if (profiling && *profiling == '1') { in _heap_init()
|
/external/oprofile/ |
D | README_PACKAGERS | 23 This library is needed at runtime when profiling JITed code from supported 27 And there's a new binary file to install that's used for JIT profiling called 31 OProfile also includes support for profiling Java applications. This support
|
/external/chromium_org/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
|
D | tickprocessor-test.func-info | 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
|
D | tickprocessor-test.ignore-unknown | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
D | tickprocessor-test.default | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
|
D | tickprocessor-test.func-info | 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
|
D | tickprocessor-test.default | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
D | tickprocessor-test.ignore-unknown | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
/external/chromium-trace/trace-viewer/src/ |
D | about_tracing.js.template | 15 profilingView = document.body.querySelector('#profiling-view');
|
/external/linux-tools-perf/Documentation/ |
D | perf-top.txt | 6 perf-top - System profiling tool. 99 Dump the symbol table used for profiling.
|
/external/valgrind/main/VEX/ |
D | TODO.txt | 23 proper profiling machinery
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
D | README | 104 NOTE: CPU profiling doesn't work after fork (unless you immediately 148 HEAPPROFILE=<pre> -- turns on heap profiling and dumps data using this prefix 150 CPUPROFILE=<file> -- turns on cpu profiling and dumps data to this file. 231 CPUPROFILE environment variable. If you do not turn on cpu-profiling, 239 profiling event, so every backtrace that the profiler does crosses a
|
/external/llvm/test/Analysis/Profiling/ |
D | edge-profiling.ll | 1 ; Test the edge profiling instrumentation. 2 ; RUN: opt < %s -insert-edge-profiling -S | FileCheck %s
|
/external/chromium_org/content/app/ |
D | content_main_runner.cc | 586 const char* profiling = getenv(tracked_objects::kAlternateProfilerTime); in Initialize() 587 if (profiling && in Initialize() 588 (atoi(profiling) == tracked_objects::TIME_SOURCE_TYPE_TCMALLOC)) { in Initialize()
|