Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/epwget/
H A Depwget.c89 uint64_t max_resp_time; member
316 if (tdiff > ctx->stat.max_resp_time) in DownloadNext()
317 ctx->stat.max_resp_time = tdiff; in DownloadNext()
362 if (tdiff > ctx->stat.max_resp_time) in DownloadComplete()
363 ctx->stat.max_resp_time = tdiff; in DownloadComplete()
513 if (st->max_resp_time > total.max_resp_time) in PrintStats()
514 total.max_resp_time = st->max_resp_time; in PrintStats()
524 total.completes, total_resp_time / core_limit, total.max_resp_time); in PrintStats()
H A Depwget-mp.c88 uint64_t max_resp_time; member
315 if (tdiff > ctx->stat.max_resp_time) in DownloadNext()
316 ctx->stat.max_resp_time = tdiff; in DownloadNext()
361 if (tdiff > ctx->stat.max_resp_time) in DownloadComplete()
362 ctx->stat.max_resp_time = tdiff; in DownloadComplete()
511 if (st->max_resp_time > total.max_resp_time) in PrintStats()
512 total.max_resp_time = st->max_resp_time; in PrintStats()
522 total.completes, total_resp_time / core_limit, total.max_resp_time); in PrintStats()