Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring_stress_impl.h38 uint64_t min_cycle; member
75 ls->op.min_cycle = RTE_MIN(ls->op.min_cycle, tm); in lcore_stat_update()
87 ms->op.min_cycle = RTE_MIN(ms->op.min_cycle, ls->op.min_cycle); in lcore_op_stat_aggr()
125 if (ls->op.min_cycle != UINT64_MAX) { in lcore_stat_dump()
130 ls->op.min_cycle, in lcore_stat_dump()
131 (long double)ls->op.min_cycle / st); in lcore_stat_dump()
340 .op.min_cycle = UINT64_MAX, in test_mt1()