Searched refs:throughput (Results 1 – 4 of 4) sorted by relevance
/system/core/liblog/tests/ |
D | benchmark_main.cpp | 141 char throughput[100]; in Run() local 142 throughput[0] = '\0'; in Run() 146 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", mib_processed/seconds); in Run() 164 static_cast<uint64_t>(iterations), mean, throughput); in Run() 167 static_cast<uint64_t>(iterations), mean, sdev, throughput); in Run()
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.c | 287 i, p_ccb->fcrb.throughput[i], in l2c_fcr_cleanup() 293 throughput_avg += p_ccb->fcrb.throughput[i]; in l2c_fcr_cleanup() 2460 p_ccb->fcrb.throughput[index] += p_buf->len - 8; in l2c_fcr_collect_ack_delay() 2496 p_ccb->fcrb.throughput[index] /= (timestamp - p_ccb->fcrb.throughput_start); in l2c_fcr_collect_ack_delay() 2501 index, p_ccb->fcrb.throughput[index], in l2c_fcr_collect_ack_delay() 2519 p_ccb->fcrb.throughput[index] = 0; in l2c_fcr_collect_ack_delay()
|
D | l2c_int.h | 210 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG]; member
|
/system/core/metricsd/ |
D | README.md | 68 maximum throughput possible.
|