Searched refs:histogram (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dvalue-prof.c263 histogram_value histogram; local
289 for (histogram = ann->histograms; histogram; histogram = histogram->hvalue.next)
290 if (histogram->type == HIST_TYPE_SINGLE_VALUE)
293 if (!histogram)
296 value = histogram->hvalue.value;
297 val = histogram->hvalue.counters[0];
298 count = histogram
430 histogram_value histogram; local
612 histogram_value histogram; local
[all...]
/freebsd-10.3-release/usr.bin/systat/
H A Diostat.c88 static void histogram(long double, int, double);
330 histogram(mb_per_second, 50, .5);
332 histogram(transfers_per_second, 50, .5);
335 histogram(kb_per_transfer, 50, .5);
355 histogram(100.0 * cur.cp_time[o] / dtime, 50, CPUSCALE);
359 histogram(long double val, int colwidth, double scale) function
/freebsd-10.3-release/contrib/unbound/services/
H A Dmesh.h116 /** histogram of time values */
117 struct timehist* histogram; member in struct:mesh_area
H A Dmesh.c108 /** histogram compare of time values */
169 mesh->histogram = timehist_setup();
171 if(!mesh->histogram || !mesh->qbuf_bak) {
217 timehist_delete(mesh->histogram);
903 timehist_insert(m->s.env->mesh->histogram, &duration);
1149 log_info("histogram of recursion processing times");
1150 timehist_log(mesh->histogram, "recursions");
1164 timehist_clear(mesh->histogram);
1176 sizeof(struct th_buck)*mesh->histogram->num +
/freebsd-10.3-release/release/picobsd/tinyware/view/
H A Dview.c312 png_uint_16p histogram; local
313 png_get_hIST(png_ptr,info_ptr,&histogram);
314 png_set_dither(png_ptr,palette,num_palette,max_screen_colors,histogram,0);
/freebsd-10.3-release/contrib/unbound/daemon/
H A Dstats.c153 s->mesh_time_median = timehist_quartile(worker->env.mesh->histogram,
162 timehist_export(worker->env.mesh->histogram, s->svr.hist,

Completed in 108 milliseconds