Searched defs:per (Results 1 - 4 of 4) sorted by relevance

/external/blktrace/doc/
H A Dblktrace.tex248 32768 blocks per group, 32768 fragments per group
249 16384 inodes per group
397 & & (One device per line.) \\ \hline
500 -s & --per-program-stats & Displays data sorted by program \\ \hline
502 -t & --track-ios & Display time deltas per IO \\ \hline
684 \paragraph{Default output per action}
/external/icu4c/test/intltest/
H A Dnmfmapts.cpp91 NumberFormat *per = NumberFormat::createPercentInstance(status); local
247 delete per;
/external/iproute2/tc/
H A Dtc_util.c360 double per = strtod(str, &p) / 100.; local
362 if (per > 1. || per < 0)
367 *percent = (unsigned) rint(per * max_percent_value);
371 void print_percent(char *buf, int len, __u32 per) argument
373 snprintf(buf, len, "%g%%", 100. * (double) per / max_percent_value);
376 char * sprint_percent(__u32 per, char *buf) argument
378 print_percent(buf, SPRINT_BSIZE-1, per);
/external/blktrace/btt/doc/
H A Dbtt.tex41 form of multiple individual traces per IO executed during the traced
92 containing parallel trace streams -- one file per CPU per
288 \item[IOs per Unplug \& Unplugs-due-to-timeout]
369 per process:
382 \item[Per Device] Similar to the per-process display, \texttt{btt}
384 per-device criteria. Here's a portion of this area, displayed showing
458 \item[per IO detail] Each and every IO traced can be output in a form
461 details on this file is included in section~\ref{sec:per-io}.
464 on a per
[all...]

Completed in 101 milliseconds