OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Percentile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/scheduler/
rolling_time_delta_history.cc
36
base::TimeDelta RollingTimeDeltaHistory::
Percentile
(double percent) const {
/external/chromium_org/tools/perf/metrics/
statistics.py
182
return
Percentile
(values, 50)
185
def
Percentile
(values,
percentile
):
189
percentile
for this set of values. When the percentage doesn't exactly
190
match a rank in the list of values, the
percentile
is computed using linear
195
percentile
: A number between 0 and 100.
198
The Nth
percentile
for the list of values, where N is the given percentage.
204
percentile
/= 100.0
205
if
percentile
<= 0.5 / n:
207
elif
percentile
>= (n - 0.5) / n
[
all
...]
/external/chromium_org/third_party/leveldatabase/src/util/
histogram.cc
70
return
Percentile
(50.0);
73
double Histogram::
Percentile
(double p) const {
/art/runtime/base/
histogram-inl.h
167
os << (interval * 100) << "% C.I. " << FormatDuration(
Percentile
(per_0, data) * kAdjust, unit);
168
os << "-" << FormatDuration(
Percentile
(per_1, data) * kAdjust, unit) << " ";
190
inline double Histogram<Value>::
Percentile
(double per, const CumulativeData& data) const {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
Completed in 59 milliseconds