Searched refs:per (Results 1 - 6 of 6) sorted by relevance

/art/runtime/base/
H A Dhistogram-inl.h233 inline double Histogram<Value>::Percentile(double per, const CumulativeData& data) const { argument
237 if (per <= data.perc_[idx]) {
242 if (per >= data.perc_[idx] && idx != 0 && data.perc_[idx] != data.perc_[idx - 1]) {
249 if (per == lower_perc) {
255 if (per == upper_perc) {
261 (per - lower_perc) / (upper_perc - lower_perc);
H A Dhistogram.h59 double Percentile(double per, const CumulativeData& data) const;
/art/tools/dmtracedump/
H A Dtracedump.cc644 * Count the number of thread entries (one per line).
691 * Count the number of method entries (one per line).
1264 double per = 100.0 * pTimed->elapsedInclusive / methodTotal; local
1285 "", per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls,
1296 per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls,
1390 double per = 100.0 * method->elapsedExclusive / total; local
1400 method->elapsedExclusive, per, sum_per, anchor_buf, method->index,
1404 method->elapsedExclusive, per, sum_per, anchor_buf, method->index,
1540 double per = 100.0 * method->elapsedInclusive / total; local
1544 per, "", "", metho
1731 double per = 100.0 * pClass->elapsedExclusive / total; local
1941 double per = 100.0 * pUnique->elapsedExclusive / total; local
[all...]
/art/test/
H A DAndroid.run-test.mk275 # Note 116-nodex2oat is not broken per-se it just doesn't (and isn't meant to) work with --prebuild.
307 # Note 117-nopatchoat is not broken per-se it just doesn't work (and isn't meant to) without
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S507 str lr, [sp, r10] @ Store link register per the compiler ABI
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S423 sw $ra, 0($t0) # Store RA per the compiler ABI

Completed in 138 milliseconds