Home
last modified time | relevance | path

Searched refs:profiling (Results 1 – 25 of 115) sorted by relevance

12345

/external/chromium_org/third_party/jstemplate/
Djstemplate_example.js29 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/
Dprofiling_view.css6 #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/
Dprofiling_view.css6 .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/
Dcellspubfdsupport.m411 # 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/
Dversion.ll3 ; 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
Dlinkagename.ll3 ; RUN: opt -insert-gcov-profiling -disable-output < %t2
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dconfigure.ac37 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/
Dcontrol14 thread-caching malloc() and cpu and heap profiling utilities. The
25 thread-caching malloc() and cpu and heap profiling utilities.
/external/qemu/distrib/
DREADME22 - 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/
Dallocator_shim.cc296 const char* profiling = in _heap_init() local
298 if (profiling && *profiling == '1') { in _heap_init()
/external/oprofile/
DREADME_PACKAGERS23 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/
Dtickprocessor-test.gc-state1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
Dtickprocessor-test.func-info1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
Dtickprocessor-test.ignore-unknown1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
Dtickprocessor-test.default1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
Dtickprocessor-test.func-info1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
Dtickprocessor-test.default1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
Dtickprocessor-test.ignore-unknown1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
/external/chromium-trace/trace-viewer/src/
Dabout_tracing.js.template15 profilingView = document.body.querySelector('#profiling-view');
/external/linux-tools-perf/Documentation/
Dperf-top.txt6 perf-top - System profiling tool.
99 Dump the symbol table used for profiling.
/external/valgrind/main/VEX/
DTODO.txt23 proper profiling machinery
/external/chromium_org/third_party/tcmalloc/vendor/
DREADME104 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/
Dedge-profiling.ll1 ; Test the edge profiling instrumentation.
2 ; RUN: opt < %s -insert-edge-profiling -S | FileCheck %s
/external/chromium_org/content/app/
Dcontent_main_runner.cc586 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()

12345