Home
last modified time | relevance | path

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

/dpdk/lib/jobstats/
H A Drte_jobstats.c88 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_start()
89 ctx->state_time = now; in rte_jobstats_context_start()
101 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_finish()
102 ctx->state_time = now; in rte_jobstats_context_finish()
111 ctx->state_time = ctx->start_time; in rte_jobstats_context_reset()
135 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_start()
136 ctx->state_time = now; in rte_jobstats_start()
153 exec_time = now - ctx->state_time; in rte_jobstats_abort()
155 ctx->state_time = now; in rte_jobstats_abort()
182 exec_time = now - ctx->state_time; in rte_jobstats_finish()
[all …]
H A Drte_jobstats.h77 uint64_t state_time; member
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c162 stats_period = ctx->state_time - ctx->start_time; in show_lcore_stats()