Home
last modified time | relevance | path

Searched refs:percentage (Results 1 – 25 of 118) sorted by relevance

12345

/external/llvm/test/tools/llvm-profdata/
Dgeneral.proftext74 # DETAILED-SUMMARY: 3 blocks with count >= 576460752303423488 account for 80 percentage of the tota…
75 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 90 percentage of the tota…
76 # DETAILED-SUMMARY: 4 blocks with count >= 288230376151711744 account for 95 percentage of the tota…
77 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99 percentage of the total…
78 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.9 percentage of the tot…
79 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.99 percentage of the to…
80 # DETAILED-SUMMARY: 6 blocks with count >= 72057594037927936 account for 99.999 percentage of the t…
83 # DETAILED-SUMMARY-2: 2 blocks with count >= 1152921504606846976 account for 60 percentage of the t…
86 # DETAILED-SUMMARY-3: 2 blocks with count >= 1152921504606846976 account for 60 percentage of the t…
87 # DETAILED-SUMMARY-3: 4 blocks with count >= 288230376151711744 account for 90 percentage of the to…
[all …]
/external/perfetto/src/base/
Dwatchdog_posix.cc108 void Watchdog::SetCpuLimit(uint32_t percentage, uint32_t window_ms) { in SetCpuLimit() argument
111 PERFETTO_CHECK(percentage <= 100); in SetCpuLimit()
113 percentage == 0); in SetCpuLimit()
115 size_t size = percentage == 0 ? 0 : window_ms / polling_interval_ms_ + 1; in SetCpuLimit()
117 cpu_limit_percentage_ = percentage; in SetCpuLimit()
191 double percentage = static_cast<double>(difference_ticks) / in CheckCpu() local
193 if (percentage > cpu_limit_percentage_) { in CheckCpu()
196 percentage, cpu_limit_percentage_); in CheckCpu()
/external/fio/lib/
Drand.c139 unsigned int percentage, in __fill_random_buf_percentage() argument
145 if (percentage == 100) { in __fill_random_buf_percentage()
160 this_len = (segment * (100 - percentage)) / 100; in __fill_random_buf_percentage()
187 unsigned int percentage, in fill_random_buf_percentage() argument
196 __fill_random_buf_percentage(r, buf, percentage, segment, len, in fill_random_buf_percentage()
/external/fio/t/
Dgenzipf.c55 static double percentage; variable
116 percentage = atof(optarg); in parse_options()
197 unsigned long blocks = percentage * nnodes / 100; in output_normal()
228 if (percentage) { in output_normal()
242 printf("%.2f%% of hits satisfied in %.3f%cB of cache\n", percentage, cs, p); in output_normal()
243 percentage = 0.0; in output_normal()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c33 double percentage; in do_count_loop() local
47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop()
56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
/external/clang/test/PCH/
Dobjc_property.h5 float percentage; variable
11 @property float percentage;
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c29 double percentage; in do_count_loop() local
48 percentage = (double)difference / event->result.value * 100; in do_count_loop()
54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop()
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
DLibraryLoader.java211 int percentage = nativePercentageOfResidentNativeLibraryCode(); in asyncPrefetchLibrariesToMemory() local
215 boolean prefetch = coldStart && percentage < 90; in asyncPrefetchLibrariesToMemory()
228 if (percentage != -1) { in asyncPrefetchLibrariesToMemory()
231 RecordHistogram.recordPercentageHistogram(histogram, percentage); in asyncPrefetchLibrariesToMemory()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnop-insertion.ll9 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
12 ; RUN: -nop-insertion-percentage=90 -max-nops-per-instruction=1 \
15 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=2 \
18 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
21 ; RUN: -nop-insertion -nop-insertion-percentage=110 \
Dnop-insertion-no-vectors.ll5 ; RUN: -nop-insertion-percentage=50 -max-nops-per-instruction=1 \
9 ; RUN: -nop-insertion-percentage=110 -max-nops-per-instruction=2 \
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py97 def _update_continued_where_it_left_off(self, percentage): argument
107 logging.info('New value: %f, old value: %f', completed, percentage)
108 return completed >= percentage
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.cc264 const double percentage = detail.rel_end_us.sum() * 100.0 / stat.sum(); in ColumnString() local
273 InitField(stream, 7) << percentage << "%"; in ColumnString()
398 const float percentage = in GetStatsByNodeType() local
400 cdf += percentage; in GetStatsByNodeType()
405 InitField(stream, 10) << percentage << "%"; in GetStatsByNodeType()
/external/v8/tools/ignition/
Dlinux_perf_bytecode_annotate.py103 percentage = 100.0 * count / total
104 print "{:>8d} ({:>5.1f}%) ".format(count, percentage),
/external/autotest/client/profilers/powertop/src/
Dpowertop.c900 double sleept, percentage;; in main() local
906 percentage = c0 * 100.0 / (sysconf(_SC_NPROCESSORS_ONLN) * ticktime * 1000 * FREQ); in main()
907 sprintf(cstate_lines[1], _("C0 (cpu running) (%4.1f%%)\n"), percentage); in main()
908 if (percentage > 50) in main()
914 percentage = (cur_duration[i] - in main()
922 cnames[i], sleept, percentage); in main()
925 if (percentage > 50) in main()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXLocaleDistance.java527 int percentage) { in addSubtables() argument
542 …ingDistanceTable)value.getDistanceTable()).addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
549 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
557 int percentage) { in addSubtables() argument
572 …nceTable).addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables()
580 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
1007 …nceTable languageDesired2Supported, List<String> desired, List<String> supported, int percentage) { in add() argument
1015 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()
1020 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add()
1024 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DXLocaleDistance.java531 int percentage) { in addSubtables() argument
546 …ingDistanceTable)value.getDistanceTable()).addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
553 dt.addSubtable(desiredScript, supportedScript, percentage); in addSubtables()
561 int percentage) { in addSubtables() argument
576 …nceTable).addSubtables(desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in addSubtables()
584 dt.addSubtable(desiredRegion, supportedRegion, percentage); in addSubtables()
1011 …nceTable languageDesired2Supported, List<String> desired, List<String> supported, int percentage) { in add() argument
1019 languageDesired2Supported.addSubtable(desiredLang, supportedLang, percentage); in add()
1024 …red2Supported.addSubtables(desiredLang, supportedLang, desiredScript, supportedScript, percentage); in add()
1028 …edLang, supportedLang, desiredScript, supportedScript, desiredRegion, supportedRegion, percentage); in add()
/external/expat/tests/
Dminicheck.c205 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local
206 int display = (int) (percentage * 100); in srunner_run_all()
/external/autotest/server/cros/ap_configurators/
Dtrendnet_ap_configurator.py92 percentage = html.rstrip('%')
93 if int(percentage) < 95:
/external/v8/tools/clang/scripts/
Dapply_edits.py149 percentage = (float(done_files) / len(edits)) * 100
151 (edit_count, error_count, done_files, percentage))
Drun_tool.py183 percentage = (float(done_count) / len(self.__filenames)) * 100
186 (done_count, self.__toolname, self.__failed_count, percentage))
/external/python/cpython3/Tools/stringbench/
DREADME51 percentage; byte time / unicode time. It's the percentage by which
/external/bart/docs/notebooks/thermal/
DThermal.ipynb64 "# Maximum expected Standard Deviation as a percentage\n",
315 … absolute values. Here we are getting the standard deviation expressed as a percentage of the mean"
358 "# The thermal residency gives the percentage (or absolute time) spent in the\n",
/external/curl/docs/cmdline-opts/
Dprogress-bar.d9 shows a percentage if the transfer size is known. For transfers without a
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/kgsl_popp_nap/
Dformat14 print fmt: "d_name=%s nap time=%d number of naps=%d percentage=%d", __get_str(device_name), REC->t,…
/external/autotest/client/site_tests/power_StatsCPUIdle/
Dcontrol15 This test measures percentage time spent at each CPU idle level while

12345