Home
last modified time | relevance | path

Searched refs:perc (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/tools/turbolizer/
Ddisassembly-view.js234 let perc = count / view.total_event_counts[event] * 100;
238 if (perc === PROF_COLS[i].perc) {
242 else if (perc > PROF_COLS[i].perc && perc < PROF_COLS[i + 1].perc) {
246 let val = perc - PROF_COLS[i].perc;
247 let max = PROF_COLS[i + 1].perc - PROF_COLS[i].perc;
259 fragment.title = event + ": " + view.humanize(perc) + " (" + count + ")";
Dconstants.js25 { perc: 0, col: { r: 255, g: 255, b: 255 } }, property
26 { perc: 0.5, col: { r: 255, g: 255, b: 128 } }, property
27 { perc: 5, col: { r: 255, g: 128, b: 0 } }, property
28 { perc: 15, col: { r: 255, g: 0, b: 0 } }, property
29 { perc: 100, col: { r: 0, g: 0, b: 0 } } property
/external/fio/
Deta.c192 unsigned int perc = 50; in thread_eta() local
195 perc = td->o.rwmix[DDIR_WRITE]; in thread_eta()
197 bytes_total += (bytes_total * perc) / 100; in thread_eta()
203 double perc, perc_t; in thread_eta() local
208 perc = (double) bytes_done / (double) bytes_total; in thread_eta()
209 if (perc > 1.0) in thread_eta()
210 perc = 1.0; in thread_eta()
212 perc = 0.0; in thread_eta()
217 if (perc_t < perc) in thread_eta()
218 perc = perc_t; in thread_eta()
[all …]
Doptions.c54 return (int) bsp1->perc - (int) bsp2->perc; in bs_cmp()
66 unsigned int i, perc; in split_parse_ddir() local
83 perc = atoi(perc_str); in split_parse_ddir()
84 if (perc > 100) in split_parse_ddir()
85 perc = 100; in split_parse_ddir()
86 else if (!perc) in split_parse_ddir()
87 perc = -1U; in split_parse_ddir()
89 perc = -1U; in split_parse_ddir()
97 split->val2[i] = perc; in split_parse_ddir()
109 unsigned int i, perc, perc_missing; in bssplit_ddir() local
[all …]
Dgclient.c315 char *status_message, double perc) in gfio_update_thread_status() argument
322 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0); in gfio_update_thread_status()
327 double perc) in gfio_update_thread_status_all() argument
334 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0); in gfio_update_thread_status_all()
349 double perc = 0.0; in gfio_update_client_eta() local
358 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec); in gfio_update_client_eta()
378 perc *= 100.0; in gfio_update_client_eta()
379 sprintf(output, "%3.1f%% done", perc); in gfio_update_client_eta()
424 gfio_update_thread_status(ge, output, perc); in gfio_update_client_eta()
437 double perc = 0.0; in gfio_update_all_eta() local
[all …]
Dio_u.c565 long long perc = 0; in __get_next_buflen() local
572 perc += bsp->perc; in __get_next_buflen()
573 if (!perc) in __get_next_buflen()
575 if ((r / perc <= frand_max / 100ULL) && in __get_next_buflen()
2052 unsigned int perc = td->o.compress_percentage; in fill_io_buffer() local
2062 if (perc) { in fill_io_buffer()
2066 fill_random_buf_percentage(rs, buf, perc, in fill_io_buffer()
Dcconv.c119 o->bssplit[i][j].perc = le32_to_cpu(top->bssplit[i][j].perc); in convert_thread_options_to_cpu()
496 top->bssplit[i][j].perc = cpu_to_le32(o->bssplit[i][j].perc); in convert_thread_options_to_net()
Dparse.c362 int perc = 0; in str_to_decimal() local
364 mult = get_mult_bytes(str, len, data, &perc); in str_to_decimal()
365 if (perc) in str_to_decimal()
/external/fio/t/
Dbtrace2fio.c613 float perc; in __output_p_ascii() local
620 perc = ((float) o->ios[i] * 100.0) / (float) total; in __output_p_ascii()
621 printf("\tios: %lu (perc=%3.2f%%)\n", o->ios[i], perc); in __output_p_ascii()
622 perc = ((float) o->merges[i] * 100.0) / (float) total; in __output_p_ascii()
623 printf("\tmerges: %lu (perc=%3.2f%%)\n", o->merges[i], perc); in __output_p_ascii()
624 perc = ((float) o->seq[i] * 100.0) / (float) o->ios[i]; in __output_p_ascii()
625 printf("\tseq: %lu (perc=%3.2f%%)\n", (unsigned long) o->seq[i], perc); in __output_p_ascii()
631 perc = (((float) bs->nr * 100.0) / (float) o->ios[i]); in __output_p_ascii()
632 printf("\tbs=%u, perc=%3.2f%%\n", bs->bs, perc); in __output_p_ascii()
653 float perc; in __output_p_fio() local
[all …]
Ddedupe.c345 float perc; in show_progress() local
359 perc = (float) nitems / (float) total; in show_progress()
360 perc *= 100.0; in show_progress()
366 printf("%3.2f%% done (%luKiB/sec)\r", perc, this_items); in show_progress()
370 printf("%3.2f%% done\r", perc); in show_progress()
482 double perc, ratio; in show_stat() local
492 perc = 1.00 - ((double) nchunks / (double) nextents); in show_stat()
493 perc *= 100.0; in show_stat()
494 printf("Fio setting: dedupe_percentage=%u\n", (int) (perc + 0.50)); in show_stat()
Dgenzipf.c200 double perc, perc_i; in output_normal() local
249 perc = 0.0; in output_normal()
267 perc += perc_i; in output_normal()
271 i ? "|->" : "Top", perc, os->output, hit_percent_sum, in output_normal()
/external/fio/profiles/
Dact.c356 double perc = 0.0; in show_slice() local
359 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
360 if ((perc * 10.0) >= act_pass[i].max_perm) in show_slice()
362 log_info("\t%2.2f", perc); in show_slice()
365 double perc = 0.0; in show_slice() local
368 perc = 100.0 * (double) slice->lat_buckets[i] / (double) slice->total_ios; in show_slice()
369 log_info("\t%2.2f", perc); in show_slice()
/external/python/cpython2/Lib/
Dlocale.py233 for perc in percents:
234 if perc.group()[-1]=='%':
237 new_val.append(format(perc.group(), val, grouping))
243 for perc in percents:
244 if perc.group()[-1]=='%':
247 starcount = perc.group('modifiers').count('*')
248 new_val.append(_format(perc.group(),
/external/python/cpython3/Lib/
Dlocale.py229 for perc in percents:
230 if perc.group()[-1]=='%':
233 new_val.append(format(perc.group(), val, grouping))
239 for perc in percents:
240 if perc.group()[-1]=='%':
243 starcount = perc.group('modifiers').count('*')
244 new_val.append(_format(perc.group(),
/external/iproute2/tipc/
Dlink.c209 static uint32_t perc(uint32_t count, uint32_t total) in perc() function
254 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), proft), in _show_link_stat()
255 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), proft), in _show_link_stat()
256 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), proft), in _show_link_stat()
257 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), proft), in _show_link_stat()
258 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), proft), in _show_link_stat()
259 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), proft), in _show_link_stat()
260 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), proft)); in _show_link_stat()
/external/valgrind/massif/
Dms_print.in205 my $perc = safe_div_0(100 * $bytes, $mem_total_B);
215 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
238 $perc = safe_div_0(100 * $total_insig_children_szB, $mem_total_B);
241 $this_prefix2, $perc, commify($total_insig_children_szB),
/external/objenesis/main/src/main/java/org/objenesis/instantiator/perc/
DPercInstantiator.java16 package org.objenesis.instantiator.perc;
DPercSerializationInstantiator.java16 package org.objenesis.instantiator.perc;
/external/objenesis/main/src/main/java/org/objenesis/strategy/
DSerializingInstantiatorStrategy.java24 import org.objenesis.instantiator.perc.PercSerializationInstantiator;
DStdInstantiatorStrategy.java25 import org.objenesis.instantiator.perc.PercInstantiator;
/external/icu/icu4c/source/data/locales/
Dhu.txt1715 dn{"perc"}
1721 one{"{0} perc múlva"}
1722 other{"{0} perc múlva"}
1731 dn{"perc"}
1734 one{"{0} perc múlva"}
1735 other{"{0} perc múlva"}
1744 dn{"perc"}
1747 one{"{0} perc múlva"}
1748 other{"{0} perc múlva"}
/external/libopus/
DREADME.draft51 -loss <perc> : simulate packet loss, in percent (0-100); default: 0
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm28 my $perc = 100; #for percent
/external/icu/icu4j/perf-tests/perldriver/
DOutput.pm26 my $perc = 100; #for percent
/external/icu/icu4c/source/data/unit/
Dhu.txt236 dnam{"perc"}
237 one{"{0} perc"}
238 other{"{0} perc"}
239 per{"{0}/perc"}

12