HomeSort by relevance Sort by last modified time
    Searched full:prof (Results 201 - 225 of 564) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/X86/
switch-jump-table.ll 69 ], !prof !1
block-placement.ll 30 br i1 %cond1, label %then1, label %else1, !prof !0
40 br i1 %cond2, label %then2, label %else2, !prof !0
50 br i1 %cond3, label %then3, label %else3, !prof !0
60 br i1 %cond4, label %then4, label %else4, !prof !0
70 br i1 %cond5, label %then5, label %exit, !prof !0
101 br i1 %unlikelycond1, label %unlikely1, label %body2, !prof !0
109 br i1 %unlikelycond2, label %unlikely2, label %body3, !prof !0
486 br i1 %cond, label %entry.if.then_crit_edge, label %lor.lhs.false, !prof !1
529 br i1 undef, label %then, label %else, !prof !2
676 br i1 %cond, label %bar, label %foo, !prof !
    [all...]
switch.ll 474 ], !prof !1
515 ], !prof !2
548 ], !prof !3
577 ], !prof !4
612 ], !prof !5
646 ], !prof !6
  /external/llvm/test/DebugInfo/X86/
debug-ranges-offset.ll 42 br i1 %_mscmp, label %6, label %5, !dbg !20, !prof !22
60 br i1 %_msprop_icmp, label %15, label %16, !dbg !20, !prof !27
107 br i1 %_mscmp, label %6, label %5, !dbg !33, !prof !22
125 br i1 %_msprop_icmp, label %15, label %16, !dbg !33, !prof !27
  /external/llvm/test/Transforms/IRCE/
single-access-with-preloop.ll 16 br i1 %abc, label %in.bounds, label %out.of.bounds, !prof !1
  /external/llvm/test/Transforms/SampleProfile/
coverage-warning.ll 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/coverage-warning.prof -sample-profile-check-record-coverage=90 -sample-profile-check-sample-coverage=100 -o /dev/null 2>&1 | FileCheck %s
inline.ll 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/inline.prof -sample-profile-inline-hot-threshold=1 -S | FileCheck %s
offset.ll 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/offset.prof | opt -analyze -branch-prob | FileCheck %s
  /external/ltrace/sysdeps/linux-gnu/cris/
syscallent.h 65 "prof",
  /external/v8/src/profiler/
sampler.h 29 // Internal profiling (with --prof + tools/$OS-tick-processor) wants to
  /external/v8/tools/
android-ll-prof.sh 33 # > ./tools/android-ll-prof.sh (debug|release) "args to d8" "args to ll_prof.py"
  /external/chromium-trace/catapult/third_party/html5lib-python/
parse.py 73 "stats.prof")
75 stats = pstats.Stats('stats.prof')
  /external/jemalloc/
ChangeLog 150 with interposed resets (triggered via the "prof.reset" mallctl). This bug
203 enable/disable heap profiling on a per thread basis. Add the "prof.reset",
204 "prof.lg_sample", "thread.prof.name", "thread.prof.active",
205 "opt.prof_thread_active_init", "prof.thread_active_init", and
206 "thread.prof.active" mallctls.
238 - Add the "prof.gdump" mallctl, which makes it possible to toggle the gdump
437 + internal zero-initialized data structures (relevant to tcache and prof
474 thread never allocated memory. Only the quarantine and prof facilities wer
    [all...]
configure.ac 770 AC_ARG_ENABLE([prof],
771 [AS_HELP_STRING([--enable-prof], [Enable allocation profiling])],
786 AC_ARG_ENABLE([prof-libunwind],
787 [AS_HELP_STRING([--enable-prof-libunwind], [Use libunwind for backtracing])],
823 AC_ARG_ENABLE([prof-libgcc],
824 [AS_HELP_STRING([--disable-prof-libgcc],
846 AC_ARG_ENABLE([prof-gcc],
847 [AS_HELP_STRING([--disable-prof-gcc],
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
extra-toc-reg-deps.ll 136 br i1 undef, label %_ZNSsD2Ev.exit, label %if.then.i.i, !prof !1
162 br i1 undef, label %_ZNSsD2Ev.exit1578, label %if.then.i.i1570, !prof !1
220 br i1 undef, label %eh.resume.i1776, label %if.then.i.i.i1767, !prof !1
233 br i1 undef, label %_ZNSsD2Ev.exit1792, label %if.then.i.i1784, !prof !1
274 br i1 undef, label %_ZNSsD2Ev.exit1877, label %if.then.i.i1869, !prof !1
354 br i1 undef, label %_ZNSsD2Ev.exit3113, label %if.then.i.i3105, !prof !1
376 br i1 undef, label %_ZNSsD2Ev.exit3204, label %if.then.i.i3196, !prof !1
  /external/jemalloc/src/
stats.c 521 OPT_WRITE_BOOL(prof)
523 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active)
525 prof.thread_active_init)
576 if (je_mallctl("opt.prof", &bv, &bsz, NULL, 0) == 0 && bv) {
577 CTL_GET("prof.lg_sample", &sv, size_t);
  /external/fio/
idletime.c 421 log_err("fio: empty idle-prof option string\n");
440 log_err("fio: incorrect idle-prof option: %s\n", args);
444 log_err("fio: idle-prof not supported on this platform\n");
  /external/jemalloc/include/jemalloc/internal/
prof.h 215 /* State used to avoid dumping while operating on prof internals. */
230 * (thread.prof.active mallctl).
256 /* Minimize memory bloat for non-prof builds. */
  /external/opencv3/samples/cpp/
intelperc_capture.cpp 65 else if ((0 == strcmp( argv[i], "--image-stream-prof")) || (0 == strcmp( argv[i], "-isp")))
69 else if ((0 == strcmp( argv[i], "--depth-stream-prof")) || (0 == strcmp( argv[i], "-dsp")))
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 233 LocalBluetoothProfile prof = getProfileOf(v); local
234 onProfileClicked(prof, (CheckBox) v);
  /art/test/577-profile-foreign-dex/src/
Main.java 27 private static final String PROFILE_NAME = "primary.prof";
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServer.java 43 private static final String EMBEDDED_IMAGE_FILENAME = "training-prof.png";
  /device/htc/flounder/sepolicy/
file_contexts 7 /dev/nvhost-prof-gpu u:object_r:gpu_device:s0
  /external/llvm/docs/
BranchWeightMetadata.rst 137 define i32 @foo() !prof !1 {
  /external/ltrace/sysdeps/linux-gnu/mips/
syscallent.h 66 "prof", /* 44 */

Completed in 356 milliseconds

1 2 3 4 5 6 7 891011>>