Searched refs:per (Results 1 – 8 of 8) sorted by relevance
/art/libartbase/base/ |
D | histogram-inl.h | 241 inline double Histogram<Value>::Percentile(double per, const CumulativeData& data) const { in Percentile() argument 245 if (per <= data.perc_[idx]) { in Percentile() 250 if (per >= data.perc_[idx] && idx != 0 && data.perc_[idx] != data.perc_[idx - 1]) { in Percentile() 257 if (per == lower_perc) { in Percentile() 263 if (per == upper_perc) { in Percentile() 269 (per - lower_perc) / (upper_perc - lower_perc); in Percentile()
|
D | histogram.h | 62 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/hiddenapi/ |
D | README.md | 15 blacklist) provided an input. Only one signature per line is allowed.
|
/art/test/ |
D | README.chroot.md | 29 * the possibility to have several standalone ART instances (one per directory,
|
D | Android.bp | 337 "1909-per-agent-tls/agent_tls.cc", 702 "1909-per-agent-tls/src/art/Test1909.java", 843 "1909-per-agent-tls/expected.txt",
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 524 str lr, [sp, r10] @ Store link register per the compiler ABI
|