Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring_stress_impl.h32 uint64_t nb_cycle; member
36 uint64_t nb_cycle; member
72 ls->op.nb_cycle += tm; in lcore_stat_update()
85 ms->op.nb_cycle += ls->op.nb_cycle; in lcore_op_stat_aggr()
93 ms->nb_cycle = RTE_MAX(ms->nb_cycle, ls->nb_cycle); in lcore_stat_aggr()
110 ls->nb_cycle, (long double)ls->nb_cycle / st); in lcore_stat_dump()
116 fprintf(f, "\t\tnb_cycle=%" PRIu64 ",\n", ls->op.nb_cycle); in lcore_stat_dump()
120 (long double)ls->op.nb_cycle / ls->op.nb_obj); in lcore_stat_dump()
122 (long double)ls->op.nb_cycle / ls->op.nb_call); in lcore_stat_dump()
250 la->stats.nb_cycle = cl; in test_worker()