Home
last modified time | relevance | path

Searched refs:per (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Dhistogram-inl.h238 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()
Dhistogram.h59 double Percentile(double per, const CumulativeData& data) const;
/art/test/162-method-resolution/
Dinfo.txt4 (See Main.java for per-test details.)
/art/tools/dmtracedump/
Dtracedump.cc1268 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/
DGraphics.md14 Note: 4 is the number of bytes per pixel. 2 or 3 is the maximum number of
/art/tools/hiddenapi/
DREADME.md15 blacklist) provided an input. Only one signature per line is allowed.
/art/test/
DAndroid.bp274 "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/
Dquick_entrypoints_arm.S654 str lr, [sp, r10] @ Store link register per the compiler ABI
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S709 sw $ra, 0($t0) # Store RA per the compiler ABI