Home
last modified time | relevance | path

Searched refs:histogram (Results 1 – 25 of 188) sorted by relevance

12345678

/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound_munin_86 unbound_munin_histogram - histogram of query resolving times
362 histogram)
505 histogram)
509 for x in histogram.000000.000000.to.000000.000001 \
510 histogram.000000.000001.to.000000.000002 \
511 histogram.000000.000002.to.000000.000004 \
512 histogram.000000.000004.to.000000.000008 \
513 histogram.000000.000008.to.000000.000016 \
514 histogram.000000.000016.to.000000.000032 \
515 histogram.000000.000032.to.000000.000064 \
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-profile.cc75 vec<histogram_entry *> histogram; variable
103 vec<histogram_entry *> &histogram, in account_time_size() argument
113 histogram.safe_push (*val); in account_time_size()
134 dump_histogram (FILE *file, vec<histogram_entry *> histogram) in dump_histogram() argument
141 for (i = 0; i < histogram.length (); i++) in dump_histogram()
143 overall_time += histogram[i]->count * histogram[i]->time; in dump_histogram()
144 overall_size += histogram[i]->size; in dump_histogram()
150 for (i = 0; i < histogram.length (); i++) in dump_histogram()
152 cumulated_time += histogram[i]->count * histogram[i]->time; in dump_histogram()
153 cumulated_size += histogram[i]->size; in dump_histogram()
[all …]
H A Dvalue-prof.cc815 histogram_value histogram; in gimple_divmod_fixed_value_transform() local
834 histogram = gimple_histogram_value_of_type (cfun, stmt, in gimple_divmod_fixed_value_transform()
836 if (!histogram) in gimple_divmod_fixed_value_transform()
839 if (!get_nth_most_common_value (stmt, "divmod", histogram, &val, &count, in gimple_divmod_fixed_value_transform()
843 value = histogram->hvalue.value; in gimple_divmod_fixed_value_transform()
844 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_divmod_fixed_value_transform()
966 histogram_value histogram; in gimple_mod_pow2_value_transform() local
986 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_POW2); in gimple_mod_pow2_value_transform()
987 if (!histogram) in gimple_mod_pow2_value_transform()
990 value = histogram->hvalue.value; in gimple_mod_pow2_value_transform()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-profile.c75 vec<histogram_entry *> histogram; variable
103 vec<histogram_entry *> &histogram, in account_time_size() argument
113 histogram.safe_push (*val); in account_time_size()
134 dump_histogram (FILE *file, vec<histogram_entry *> histogram) in dump_histogram() argument
141 for (i = 0; i < histogram.length (); i++) in dump_histogram()
143 overall_time += histogram[i]->count * histogram[i]->time; in dump_histogram()
144 overall_size += histogram[i]->size; in dump_histogram()
150 for (i = 0; i < histogram.length (); i++) in dump_histogram()
152 cumulated_time += histogram[i]->count * histogram[i]->time; in dump_histogram()
153 cumulated_size += histogram[i]->size; in dump_histogram()
[all …]
H A Dvalue-prof.c778 histogram_value histogram; in gimple_divmod_fixed_value_transform() local
797 histogram = gimple_histogram_value_of_type (cfun, stmt, in gimple_divmod_fixed_value_transform()
799 if (!histogram) in gimple_divmod_fixed_value_transform()
802 if (!get_nth_most_common_value (stmt, "divmod", histogram, &val, &count, in gimple_divmod_fixed_value_transform()
806 value = histogram->hvalue.value; in gimple_divmod_fixed_value_transform()
807 gimple_remove_histogram_value (cfun, stmt, histogram); in gimple_divmod_fixed_value_transform()
929 histogram_value histogram; in gimple_mod_pow2_value_transform() local
949 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_POW2); in gimple_mod_pow2_value_transform()
950 if (!histogram) in gimple_mod_pow2_value_transform()
953 value = histogram->hvalue.value; in gimple_mod_pow2_value_transform()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dhist.c47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
48 static histogram *find_histogram_for_pc (bfd_vma pc);
50 histogram * histograms;
90 read_histogram_header (histogram *record, in read_histogram_header()
172 histogram n_record; in hist_read_rec()
173 histogram *record, *existing_record; in hist_read_rec()
202 histograms = (struct histogram *) in hist_read_rec()
203 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1)); in hist_read_rec()
205 &n_record, sizeof (histogram)); in hist_read_rec()
255 histogram *record = &histograms[r]; in hist_write_hist()
[all …]
H A Dhist.h25 typedef struct histogram struct
31 } histogram; argument
33 extern histogram * histograms;
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dhist.c47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
48 static histogram *find_histogram_for_pc (bfd_vma pc);
50 histogram * histograms;
90 read_histogram_header (histogram *record, in read_histogram_header()
172 histogram n_record; in hist_read_rec()
173 histogram *record, *existing_record; in hist_read_rec()
202 histograms = (struct histogram *) in hist_read_rec()
203 xrealloc (histograms, sizeof (histogram) * (num_histograms + 1)); in hist_read_rec()
205 &n_record, sizeof (histogram)); in hist_read_rec()
255 histogram *record = &histograms[r]; in hist_write_hist()
[all …]
H A Dhist.h25 typedef struct histogram struct
31 } histogram; argument
33 extern histogram * histograms;
/netbsd-src/usr.bin/systat/
H A Diostat.c54 static void histogram(double, int, double);
287 histogram(rwords / dtime, 50, 0.5); in stats()
289 histogram(rxfer / dtime, 50, 0.5); in stats()
292 histogram(wwords / dtime, 50, 0.5); in stats()
294 histogram(cur.wxfer[dn] / dtime, 50, 0.5); in stats()
300 histogram(atime / dtime, 50, 0.5); in stats()
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE); in stat1()
322 histogram(double val, int colwidth, double scale) in histogram() function
/netbsd-src/external/gpl3/binutils/dist/gprof/po/
H A Dms.po351 msgid "\t%d histogram record\n"
352 msgstr "\t%d rekod histogram\n"
356 msgid "\t%d histogram records\n"
357 msgstr "\t%d rekod histogram\n"
458 msgid "%s: gmon.out file is missing histogram\n"
459 msgstr "%s: fail gmon.out kehilangan histogram\n"
469 "%s: dimension unit changed between histogram records\n"
473 "%s: unit dimensi berubah antara rekod histogram\n"
480 "%s: dimension abbreviation changed between histogram records\n"
484 "%s: pemendekan dimensi berubah antara rekod histogram\n"
[all …]
H A Did.po345 msgid "\t%d histogram record\n"
346 msgstr "\t%d catatan histogram\n"
350 msgid "\t%d histogram records\n"
351 msgstr "\t%d catatan histogram\n"
452 msgid "%s: gmon.out file is missing histogram\n"
453 msgstr "%s: file gmon.out kehilangan histogram\n"
463 "%s: dimension unit changed between histogram records\n"
467 "%s: satuan dimensi berubah diantara catatan histogram\n"
474 "%s: dimension abbreviation changed between histogram records\n"
478 "%s: kependekan dimensi berubah diantara catatan histogram\n"
[all …]
H A Dnl.po355 msgid "\t%d histogram record\n"
356 msgstr "\t%d histogram record\n"
360 msgid "\t%d histogram records\n"
361 msgstr "\t%d histogram records\n"
466 msgid "%s: gmon.out file is missing histogram\n"
467 msgstr "%s: bestand gmon.out bevat geen histogram\n"
478 "%s: dimension unit changed between histogram records\n"
482 "%s: grootte-eenheid is veranderd tussen histogram records\n"
490 "%s: dimension abbreviation changed between histogram records\n"
494 "%s: grootte-afkorting is veranderd tussen histogram records\n"
[all …]
H A Dgprof.pot325 msgid "\t%d histogram record\n"
330 msgid "\t%d histogram records\n"
423 msgid "%s: gmon.out file is missing histogram\n"
434 "%s: dimension unit changed between histogram records\n"
442 "%s: dimension abbreviation changed between histogram records\n"
449 msgid "%s: different scales in histogram records"
454 msgid "%s: overlapping histogram records\n"
524 msgid "%s: found a symbol that covers several histogram records"
H A Dtr.po351 msgid "\t%d histogram record\n"
356 msgid "\t%d histogram records\n"
458 msgid "%s: gmon.out file is missing histogram\n"
469 "%s: dimension unit changed between histogram records\n"
473 "%s: histogram kayıtları arasında boyut birim değişişimi\n"
480 "%s: dimension abbreviation changed between histogram records\n"
484 "%s: histogram kayıtları arasında boyut birim değişişimis\n"
490 msgid "%s: different scales in histogram records"
491 msgstr "%s: histogram kayıtlarında farklı ölçekler"
495 msgid "%s: overlapping histogram records\n"
[all …]
H A Dro.po380 msgid "\t%d histogram record\n"
381 msgstr "\t%d înregistrare histogramă\n"
385 msgid "\t%d histogram records\n"
386 msgstr "\t%d înregistrări histogramă\n"
487 msgid "%s: gmon.out file is missing histogram\n"
498 "%s: dimension unit changed between histogram records\n"
509 "%s: dimension abbreviation changed between histogram records\n"
519 msgid "%s: different scales in histogram records"
524 msgid "%s: overlapping histogram records\n"
525 msgstr "%s: înregistrări de histogramă care se suprapun\n"
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprof/po/
H A Did.po345 msgid "\t%d histogram record\n"
346 msgstr "\t%d catatan histogram\n"
350 msgid "\t%d histogram records\n"
351 msgstr "\t%d catatan histogram\n"
452 msgid "%s: gmon.out file is missing histogram\n"
453 msgstr "%s: file gmon.out kehilangan histogram\n"
463 "%s: dimension unit changed between histogram records\n"
467 "%s: satuan dimensi berubah diantara catatan histogram\n"
474 "%s: dimension abbreviation changed between histogram records\n"
478 "%s: kependekan dimensi berubah diantara catatan histogram\n"
[all …]
H A Dms.po351 msgid "\t%d histogram record\n"
352 msgstr "\t%d rekod histogram\n"
356 msgid "\t%d histogram records\n"
357 msgstr "\t%d rekod histogram\n"
458 msgid "%s: gmon.out file is missing histogram\n"
459 msgstr "%s: fail gmon.out kehilangan histogram\n"
469 "%s: dimension unit changed between histogram records\n"
473 "%s: unit dimensi berubah antara rekod histogram\n"
480 "%s: dimension abbreviation changed between histogram records\n"
484 "%s: pemendekan dimensi berubah antara rekod histogram\n"
[all …]
H A Dnl.po355 msgid "\t%d histogram record\n"
356 msgstr "\t%d histogram record\n"
360 msgid "\t%d histogram records\n"
361 msgstr "\t%d histogram records\n"
466 msgid "%s: gmon.out file is missing histogram\n"
467 msgstr "%s: bestand gmon.out bevat geen histogram\n"
478 "%s: dimension unit changed between histogram records\n"
482 "%s: grootte-eenheid is veranderd tussen histogram records\n"
490 "%s: dimension abbreviation changed between histogram records\n"
494 "%s: grootte-afkorting is veranderd tussen histogram records\n"
[all …]
H A Dru.po374 msgid "\t%d histogram record\n"
375 msgstr "\t%d înregistrare histogramă\n"
379 msgid "\t%d histogram records\n"
380 msgstr "\t%d înregistrări histogramă\n"
481 msgid "%s: gmon.out file is missing histogram\n"
492 "%s: dimension unit changed between histogram records\n"
503 "%s: dimension abbreviation changed between histogram records\n"
513 msgid "%s: different scales in histogram records"
518 msgid "%s: overlapping histogram records\n"
519 msgstr "%s: înregistrări de histogramă care se suprapun\n"
[all …]
H A Dgprof.pot326 msgid "\t%d histogram record\n"
331 msgid "\t%d histogram records\n"
424 msgid "%s: gmon.out file is missing histogram\n"
435 "%s: dimension unit changed between histogram records\n"
443 "%s: dimension abbreviation changed between histogram records\n"
450 msgid "%s: different scales in histogram records"
455 msgid "%s: overlapping histogram records\n"
525 msgid "%s: found a symbol that covers several histogram records"
H A Dtr.po351 msgid "\t%d histogram record\n"
356 msgid "\t%d histogram records\n"
458 msgid "%s: gmon.out file is missing histogram\n"
469 "%s: dimension unit changed between histogram records\n"
473 "%s: histogram kayıtları arasında boyut birim değişişimi\n"
480 "%s: dimension abbreviation changed between histogram records\n"
484 "%s: histogram kayıtları arasında boyut birim değişişimis\n"
490 msgid "%s: different scales in histogram records"
491 msgstr "%s: histogram kayıtlarında farklı ölçekler"
495 msgid "%s: overlapping histogram records\n"
[all …]
H A Dro.po361 msgid "\t%d histogram record\n"
362 msgstr "\t%d înregistrare histogramă\n"
366 msgid "\t%d histogram records\n"
367 msgstr "\t%d înregistrări histogramă\n"
468 msgid "%s: gmon.out file is missing histogram\n"
479 "%s: dimension unit changed between histogram records\n"
487 "%s: dimension abbreviation changed between histogram records\n"
494 msgid "%s: different scales in histogram records"
495 msgstr "\t%d înregistrări histogramă\n"
499 msgid "%s: overlapping histogram records\n"
[all …]
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Drandom_test.c285 uint32_t histogram[11] = { 0 }; in random_test()
350 histogram[i]++; in random_test()
370 /* Fold histogram[10] (p_value = 1.0) into histogram[9] for in random_test()
373 histogram[9] += histogram[10]; in random_test()
374 histogram[10] = 0; in random_test()
384 numer = (histogram[j] - (m / 10.0)) * in random_test()
385 (histogram[j] - (m / 10.0)); in random_test()
286 uint32_t histogram[11] = { 0 }; random_test() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DCmpRuns.py348 histogram: Optional[HistogramType] = None
386 if histogram == HistogramType.RELATIVE:
390 elif histogram == HistogramType.LOG_RELATIVE:
394 elif histogram == HistogramType.ABSOLUTE:
445 if histogram:
545 histogram: Optional[HistogramType] = None,
571 diff = compare_results(results_old, results_new, histogram)

12345678