Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dstats.c270 s->mesh_time_median = timehist_quartile(worker->env.mesh->histogram, in server_stats_compile()
520 total->mesh_time_median += a->mesh_time_median; in server_stats_add()
H A Dremote.c758 s->mesh_time_median)) return 0; in print_stats()
1129 total.mesh_time_median /= (double)daemon->num; in do_stats()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h872 double mesh_time_median; member
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c303 stat_total->mesh_time_median /= (double)worker->daemon->num; in shm_main_run()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c257 printf("%s.recursion.time.median"SQ"%g\n", nm, s->mesh_time_median); in pr_stats()