Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dstat.h8 uint64_t rounds; member
/mOS-networking-stack/core/src/
H A Dcore.c221 rs->rounds = mtcp->runstat.rounds - mtcp->p_runstat.rounds; in PrintThreadRoundStats()
236 mtcp->ctx->cpu, rs->rounds / ROUND_DIV, in PrintThreadRoundStats()
381 g_runstat.rounds += rs.rounds; in PrintNetworkStats()
396 g_runstat.rounds / 1000, g_runstat.rounds_rx / 1000, in PrintNetworkStats()
885 STAT_COUNT(mtcp->runstat.rounds); in RunMainLoop()