/external/webkit/Source/WebCore/inspector/ |
InspectorProfilerAgent.cpp | 360 void InspectorProfilerAgent::takeHeapSnapshot(ErrorString*, bool detailed) 366 RefPtr<ScriptHeapSnapshot> snapshot = ScriptProfiler::takeHeapSnapshot(title, detailed ? &progress : 0);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 134 me->detailed = (config->rt_detailed > 2) ? 2 : (int) config->rt_detailed; 142 /* if we do not care about detailed statistics, only report significant 144 if (succeed && !me->detailed) 464 /* change HLMM to LLMM for detailed = 0 and 1 */ 465 if (me->detailed < 2 && module == PERF_ModuleHLMM) 470 int rate = (me->detailed == 2) || 471 (me->detailed == 0 && 473 (me->detailed == 1 && [all...] |
/external/valgrind/main/massif/tests/ |
basic2.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --massif-out-file=massif.out --detailed-freq=1 --max-snapshots=10 --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element 33 Detailed snapshots: [0, 1, 2, 3, 4 (peak), 5, 6, 7, 8]
|
peak2.stderr.exp | 115 Massif: detailed snapshots: 15
|
culling1.stderr.exp | 445 Massif: detailed snapshots: 15
|
culling2.stderr.exp | [all...] |
/external/valgrind/main/memcheck/tests/ |
sigkill.stderr.exp | 196 For a detailed leak analysis, rerun with: --leak-check=full
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
printing.py | 60 detailed-progress option, see below for the full list ) 69 detailed-progress print one dot per test completed 73 trace-everything print detailed info on every test's results 90 - 'detailed-progress' can only be used if running in a single thread 94 - If both 'detailed-progress' and 'one-line-progress' are specified (and 95 both are possible), 'detailed-progress' will be used. 121 help="show detailed help on controlling print output"), 146 'detailed-progress' in switches): 147 _log.warn("Can only print 'detailed-progress' if running " 151 switches.discard('detailed-progress' [all...] |
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 17 bitstream and framing spec} provide detailed descriptions of Ogg
|
01-introduction.tex | 413 A detailed discussion of stereo in the Vorbis codec can be found in 482 inverse Modified Discrete Cosine Transform (MDCT). A detailed
|
04-codec.tex | 571 (MDCT). A detailed description of the MDCT is available in \cite{Sporer/Brandenburg/Edler}. The window
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ProfilesPanel.js | 712 takeHeapSnapshot: function(detailed) 725 ProfilerAgent.takeHeapSnapshot(detailed); 768 message.contentElement.textContent = "Detailed Heap snapshots are now enabled.";
|
/external/valgrind/main/massif/ |
ms_main.c | 55 // - With --stack=yes, want to add a stack trace for detailed snapshots so 86 // - (Andy Lin) Give a stack trace on detailed snapshots? 115 heap_tree=detailed 153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)] 204 // - Detailed: these record those things in a normal snapshot, plus a very 205 // detailed XTree (see below) indicating how the heap is structured. 214 // normal snapshots, a small fraction are detailed snapshots. 215 // - Permanent: Massif takes a permanent (detailed) snapshot in some 454 else if VG_BINT_CLO(arg, "--detailed-freq", clo_detailed_freq, 1, 1000000) {} 481 " --detailed-freq=<N> every Nth snapshot should be detailed [10]\n [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 56 The \texttt{blktrace} utility provides the ability to collect detailed 59 detailed information concerning when an IO was first received by the block
|
/external/blktrace/btt/doc/ |
btt.tex | 36 is a block layer IO tracing mechanism which provides detailed 347 \subsection*{\label{sec:detailed-data}Detailed Data} [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 464 If you want to make more detailed classification of sub-flows
|
ip-cref.tex | 524 \verb|ip| prints more detailed statistics on receiver [all...] |
/external/blktrace/doc/ |
blktrace.tex | 31 blktrace is a block layer IO tracing mechanism which provides detailed 77 detailed actual patching instructions for a Linux kernel is outside the [all...] |
/external/ceres-solver/docs/ |
modeling.tex | 172 respectively. Look at the tests for a more detailed example.
|
/external/eigen/blas/testing/ |
cblat1.f | 28 * detailed output, if any, for cases that do not involve
|
dblat1.f | 28 * .. detailed output, if any, for cases that do not involve ..
|
sblat1.f | 28 * .. detailed output, if any, for cases that do not involve ..
|
zblat1.f | 28 * detailed output, if any, for cases that do not involve
|
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |