Home
last modified time | relevance | path

Searched defs:percentile (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/bin/
Dfio_util.py76 def _parse_log_file(cls, file_name, pass_index, pass_count, percentile): argument
120 def _gen_data_col(cls, pass_list, percentile): argument
140 def _gen_data_row(cls, test_type, pass_list, percentile): argument
159 def _write_data(cls, f, test_type, pass_list, percentile): argument
178 def _write_option(cls, f, test_name, test_type, percentile): argument
203 def _write_graph(cls, test_name, test_type, pass_list, percentile=False): argument
/external/chromium-trace/catapult/common/lab/
Dcommits.py35 def Percentile(data, percentile): argument
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DConsoleOutput.java119 Percentile percentile = new Percentile(); in processTrial() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/
DStatUtils.java520 public static double percentile(final double[] values, final double p) { in percentile() method in StatUtils
551 public static double percentile(final double[] values, final int begin, in percentile() method in StatUtils
/external/fio/tools/
Dfiologparser.py125 def percentile(values, p): function
/external/netperf/src/
Dnetlib.c4390 HIST_get_percentile(HIST h, const double percentile){ in HIST_get_percentile()