Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 3 of 3) sorted by relevance

/system/core/liblog/tests/
Dbenchmark_main.cpp141 char throughput[100]; in Run() local
142 throughput[0] = '\0'; in Run()
146 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", in Run()
164 static_cast<uint64_t>(iterations), mean, throughput); in Run()
167 full_name, static_cast<uint64_t>(iterations), mean, sdev, throughput); in Run()
/system/bt/stack/l2cap/
Dl2c_fcr.cc298 i, p_ccb->fcrb.throughput[i], p_ccb->fcrb.ack_delay_avg[i], in l2c_fcr_cleanup()
306 throughput_avg += p_ccb->fcrb.throughput[i]; in l2c_fcr_cleanup()
2420 p_ccb->fcrb.throughput[index] += p_buf->len - 8; in l2c_fcr_collect_ack_delay()
2453 p_ccb->fcrb.throughput[index] /= in l2c_fcr_collect_ack_delay()
2462 index, p_ccb->fcrb.throughput[index], p_ccb->fcrb.ack_delay_avg[index], in l2c_fcr_collect_ack_delay()
2481 p_ccb->fcrb.throughput[index] = 0; in l2c_fcr_collect_ack_delay()
Dl2c_int.h217 uint32_t throughput[L2CAP_ERTM_STATS_NUM_AVG]; member