/external/autotest/client/bin/ |
D | fio_util.py | 76 def _parse_log_file(cls, file_name, pass_index, pass_count, percentile): argument 103 if percentile: 120 def _gen_data_col(cls, pass_list, percentile): argument 132 if percentile: 140 def _gen_data_row(cls, test_type, pass_list, percentile): argument 155 pass_count, percentile)) 159 def _write_data(cls, f, test_type, pass_list, percentile): argument 169 col = cls._gen_data_col(pass_list, percentile) 170 row = cls._gen_data_row(test_type, pass_list, percentile) 178 def _write_option(cls, f, test_name, test_type, percentile): argument [all …]
|
/external/chromium-trace/catapult/common/lab/ |
D | commits.py | 35 def Percentile(data, percentile): argument 51 k = (len(data) - 1) * percentile 91 percentile = Percentile(commit_durations, p) 92 print '%3d%% commit duration:' % (p * 100), '%6ds' % percentile
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ConsoleOutput.java | 119 Percentile percentile = new Percentile(); in processTrial() local 120 percentile.setData(weightedValues); in processTrial() 126 descriptiveStatistics.getMin(), percentile.evaluate(25), in processTrial() 127 percentile.evaluate(50), descriptiveStatistics.getMean(), in processTrial() 128 percentile.evaluate(75), descriptiveStatistics.getMax()); in processTrial()
|
/external/lisa/ipynb/examples/android/workloads/ |
D | Android_Recents_Fling.ipynb | 670 "50th percentile: 6ms\n", 671 "90th percentile: 11ms\n", 672 "95th percentile: 16ms\n", 673 "99th percentile: 61ms\n", 679 "50th percentile: 6ms\n", 680 "90th percentile: 10ms\n", 681 "95th percentile: 16ms\n", 682 "99th percentile: 61ms\n", 688 "50th percentile: 6ms\n", 689 "90th percentile: 11ms\n", [all …]
|
/external/v8/tools/ |
D | eval_gc_nvp.py | 109 for percentile in self.percentiles: 110 index = int(ceil((len(self.values) - 1) * percentile / 100)) 111 ret.append(" {0}%: {1}".format(percentile, sorted_values[index])) 191 for percentile in args.percentiles.split(','): 193 percentiles.append(float(percentile))
|
/external/fio/tools/ |
D | fiologparser.py | 109 my90th = percentile(samplevalues, 0.90) 110 my95th = percentile(samplevalues, 0.95) 111 my99th = percentile(samplevalues, 0.99) 125 def percentile(values, p): function
|
/external/bart/docs/notebooks/thermal/ |
D | Thermal.ipynb | 61 "# Expected percentile of CONTROL_TEMP + TEMP_MARGIN\n", 268 "t.assertStatement(\"numpy.percentile(THERMAL:temp, 95) < (CONTROL_TEMP + TEMP_MARGIN)\")" 370 " pct_temp = numpy.percentile(t.getStatement(\"THERMAL:temp\")[tz_id], result[tz_id])\n", 372 …" print \"The {:.2f}th percentile temperature is {:.2f}\".format(result[tz_id], pct_temp / 1000… 383 "The 86.58th percentile temperature is 78.28\n"
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
D | StatUtils.java | 520 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/lisa/ipynb/examples/android/benchmarks/ |
D | Android_UiBench.ipynb | 293 "50th percentile: 8ms\r\n", 294 "90th percentile: 11ms\r\n", 295 "95th percentile: 12ms\r\n", 296 "99th percentile: 16ms\r\n"
|
/external/lisa/ipynb/releases/ |
D | ReleaseNotes_v16.10.ipynb | 1233 "50th percentile: 8ms\r\n", 1234 "90th percentile: 21ms\r\n", 1235 "95th percentile: 40ms\r\n", 1236 "99th percentile: 125ms\r\n", 1399 "50th percentile: 19ms\r\n", 1400 "90th percentile: 21ms\r\n", 1401 "95th percentile: 22ms\r\n", 1402 "99th percentile: 26ms\r\n",
|
/external/netperf/src/ |
D | netlib.c | 4390 HIST_get_percentile(HIST h, const double percentile){ in HIST_get_percentile() argument 4391 double win_kludge = percentile * (double) h->total; in HIST_get_percentile()
|
/external/netperf/doc/ |
D | netperf.info | 3940 The 50th percentile value of "latency" or operation time (send, 3946 The 90th percentile value of "latency" or operation time (send, 3952 The 99th percentile value of "latency" or operation time (send,
|
D | netperf.texi | 3932 The 50th percentile value of ``latency'' or operation time (send, receive or 3937 The 90th percentile value of ``latency'' or operation time (send, receive or 3942 The 99th percentile value of ``latency'' or operation time (send, receive or
|
/external/fio/ |
D | HOWTO | 2675 high IOPS devices while retaining percentile accuracy. See 3222 which is the Xth percentile, and the `usec` latency associated with it.
|
/external/lisa/ipynb/energy/ |
D | EnergyModel_SystemEnergy.ipynb | 1474 "For this reason, we will use a different metric, like for instance the 99th percentile."
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|