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

/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_47 # unbound_munin_histogram - histogram of query resolving times
89 unbound_munin_histogram - histogram of query resolving times
196 echo "histogram"
354 histogram)
355 echo "graph_title Unbound DNS histogram of reply time"
501 histogram)
505 for x in histogram.000000.000000.to.000000.000001 \
506 histogram.000000.000001.to.000000.000002 \
507 histogram.000000.000002.to.000000.000004 \
508 histogram
[all...]
H A Dparseunbound.pl47 my %donestats = (); # same, but only when we got a histogram entry for it
96 elsif ( $line =~ m/info: histogram of recursion processing times/ ) {
/freebsd-11-stable/sys/netgraph/
H A Dng_vlan_rotate.h55 uint64_t histogram[NG_VLANROTATE_MAX_VLANS]; member in struct:ng_vlanrotate_stat
H A Dng_vlan_rotate.c87 {"histogram", &ng_vlanrotate_stat_hist},
152 counter_u64_t histogram[NG_VLANROTATE_MAX_VLANS]; member in struct:ng_vlanrotate_kernel_stats
182 vrp->stats.histogram[i] = counter_u64_alloc(M_WAITOK);
277 p->histogram[i] = counter_u64_fetch(vrp->stats.histogram[i]);
289 counter_u64_zero(vrp->stats.histogram[i]);
438 counter_u64_add(vrp->stats.histogram[vlans], 1);
479 counter_u64_free(vrp->stats.histogram[i]);
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c260 const char *histogram = ""; local
266 int count = sizeof(info->histogram) / sizeof(info->histogram[0]);
268 if (info->histogram[i] > 0 || text->len > 0)
275 text->data, info->histogram[i], i);
277 histogram = text->data;
318 histogram);
H A Dcache-membuffer.c3143 sizeof(info->histogram) / sizeof(info->histogram[0]) - 1);
3144 info->histogram[use]++;
/freebsd-11-stable/usr.bin/systat/
H A Diostat.c86 static void histogram(long double, int, double);
322 histogram(mb_per_second, 50, .5);
324 histogram(transfers_per_second, 50, .5);
327 histogram(kb_per_transfer, 50, .5);
347 histogram(100.0 * cur_dev.cp_time[o] / dtime, 50, CPUSCALE);
351 histogram(long double val, int colwidth, double scale) function
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c108 print_histogram(svn_fs_fs__histogram_t *histogram, argument
116 while (last > 0 && histogram->lines[last].count == 0)
119 while (first <= last && histogram->lines[first].count == 0)
122 /* display histogram lines */
126 svn__ui64toa_sep(histogram->lines[i].sum, ',', pool),
127 (int)(histogram->lines[i].sum * 100 / histogram->total.sum),
128 svn__ui64toa_sep(histogram->lines[i].count, ',', pool),
129 (int)(histogram->lines[i].count * 100 / histogram
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h182 apr_uint64_t histogram[32];
181 apr_uint64_t histogram[32]; member in struct:svn_cache__info_t
/freebsd-11-stable/share/dtrace/
H A Dnfsclienttime33 * system call, and then generates a histogram of those times sorted by
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspace_map.c469 * Transfer the content of the range tree histogram to the space
470 * map histogram. The space map histogram contains 32 buckets ranging
479 * Since the largest histogram bucket in the space map is
866 * If the spacemap is reallocated, its histogram
951 uint64_t *histogram = rt->rt_histogram; local
957 * its histogram buckets instead of iterating through its nodes.
966 * in the buckets of the range tree's histogram.
1030 size += histogram[idx] * entry_size;
1037 size += histogram[id
[all...]
/freebsd-11-stable/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-11-stable/contrib/unbound/services/
H A Dmesh.h121 /** histogram of time values */
122 struct timehist* histogram; member in struct:mesh_area
H A Dmesh.c115 /** histogram compare of time values */
249 mesh->histogram = timehist_setup();
251 if(!mesh->histogram || !mesh->qbuf_bak) {
298 timehist_delete(mesh->histogram);
1311 timehist_insert(m->s.env->mesh->histogram, &duration);
1772 log_info("histogram of recursion processing times");
1773 timehist_log(mesh->histogram, "recursions");
1787 timehist_clear(mesh->histogram);
1801 sizeof(struct th_buck)*mesh->histogram->num +
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c244 add_to_histogram(svn_fs_fs__histogram_t *histogram, argument
252 histogram->total.count++;
253 histogram->total.sum += size;
254 histogram->lines[(apr_size_t)shift].count++;
255 histogram->lines[(apr_size_t)shift].sum += size;
352 /* update per-extension histogram */
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c267 s->mesh_time_median = timehist_quartile(worker->env.mesh->histogram,
279 timehist_export(worker->env.mesh->histogram, s->svr.hist,
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h300 struct iwi_rate_histogram histogram; member in struct:iwi_notif_link_quality

Completed in 384 milliseconds