Searched refs:overhead (Results 1 - 4 of 4) sorted by relevance

/system/extras/simpleperf/runtest/
H A Druntest.py58 def __init__(self, name, comm, overhead, children_overhead):
61 self.overhead = overhead
62 # children_overhead is the overhead sum of this symbol and functions
72 strs.append('Symbol name=%s comm=%s overhead=%f children_overhead=%f' % (
73 self.name, self.comm, self.overhead, self.children_overhead))
110 def check_overhead(self, overhead):
112 if self.min_overhead > overhead:
115 if self.max_overhead < overhead:
408 overhead
[all...]
/system/core/libsparse/
H A Dsparse.c302 * overhead is sparse file header, the potential end skip
305 int overhead = sizeof(sparse_header_t) + 2 * sizeof(chunk_header_t) + local
307 len -= overhead;
/system/nfc/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c212 long overhead; member in struct:__anon1955
243 "kbps) overhead %d(%d percent)\n",
247 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse),
248 (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100,
249 (int)(t->count * t->overhead),
250 (int)(t->count * t->overhead * 100 / t->bytes));
/system/core/logd/
H A DLogStatistics.cpp756 // estimate the std::list overhead.
757 static const size_t overhead = local
761 size_t szs = sizes(id) + els * overhead;

Completed in 92 milliseconds