Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_jobstats/
H A Drte_jobstats.c91 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_start()
92 ctx->state_time = now; in rte_jobstats_context_start()
104 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_finish()
105 ctx->state_time = now; in rte_jobstats_context_finish()
114 ctx->state_time = ctx->start_time; in rte_jobstats_context_reset()
138 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_start()
139 ctx->state_time = now; in rte_jobstats_start()
156 exec_time = now - ctx->state_time; in rte_jobstats_abort()
158 ctx->state_time = now; in rte_jobstats_abort()
185 exec_time = now - ctx->state_time; in rte_jobstats_finish()
[all …]
H A Drte_jobstats.h77 uint64_t state_time; member
/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c161 stats_period = ctx->state_time - ctx->start_time; in show_lcore_stats()