Home
last modified time | relevance | path

Searched refs:avg_resp_time (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/epwget/
H A Depwget.c496 uint64_t avg_resp_time; in PrintStats() local
504 avg_resp_time = st->completes? st->sum_resp_time / st->completes : 0; in PrintStats()
512 total_resp_time += avg_resp_time; in PrintStats()
H A Depwget-mp.c494 uint64_t avg_resp_time; in PrintStats() local
502 avg_resp_time = st->completes? st->sum_resp_time / st->completes : 0; in PrintStats()
510 total_resp_time += avg_resp_time; in PrintStats()