Searched refs:per (Results 1 – 9 of 9) sorted by relevance
/art/libartbase/base/ |
D | histogram-inl.h | 238 inline double Histogram<Value>::Percentile(double per, const CumulativeData& data) const { in Percentile() argument 242 if (per <= data.perc_[idx]) { in Percentile() 247 if (per >= data.perc_[idx] && idx != 0 && data.perc_[idx] != data.perc_[idx - 1]) { in Percentile() 254 if (per == lower_perc) { in Percentile() 260 if (per == upper_perc) { in Percentile() 266 (per - lower_perc) / (upper_perc - lower_perc); in Percentile()
|
D | histogram.h | 59 double Percentile(double per, const CumulativeData& data) const;
|
/art/test/162-method-resolution/ |
D | info.txt | 4 (See Main.java for per-test details.)
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 1268 double per = 100.0 * pTimed->elapsedInclusive / methodTotal; in printInclusiveMethod() local 1289 "", per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1300 per, space_ptr, buf, anchor_close, pTimed->numCalls, nCalls, in printInclusiveMethod() 1394 double per = 100.0 * method->elapsedExclusive / total; in printExclusiveProfile() local 1404 method->elapsedExclusive, per, sum_per, anchor_buf, method->index, in printExclusiveProfile() 1408 method->elapsedExclusive, per, sum_per, anchor_buf, method->index, in printExclusiveProfile() 1544 double per = 100.0 * method->elapsedInclusive / total; in printInclusiveProfile() local 1548 per, "", "", method->numCalls[0], method->numCalls[1], in printInclusiveProfile() 1551 printf("%-6s %5.1f%% %5s %6s %6d+%-6d %9" PRIu64 " %s\n", buf, per, "", in printInclusiveProfile() 1735 double per = 100.0 * pClass->elapsedExclusive / total; in printClassProfiles() local [all …]
|
/art/tools/amm/models/ |
D | Graphics.md | 14 Note: 4 is the number of bytes per pixel. 2 or 3 is the maximum number of
|
/art/tools/hiddenapi/ |
D | README.md | 15 blacklist) provided an input. Only one signature per line is allowed.
|
/art/test/ |
D | Android.bp | 274 "1909-per-agent-tls/agent_tls.cc", 638 "1909-per-agent-tls/src/art/Test1909.java", 738 "1909-per-agent-tls/expected.txt",
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 654 str lr, [sp, r10] @ Store link register per the compiler ABI
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 709 sw $ra, 0($t0) # Store RA per the compiler ABI
|