HomeSort by: relevance | last modified time | path
    Searched refs:histogram (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/src/
hist.h 25 typedef struct histogram struct
30 int *sample; /* Histogram samples (shorts in the file!). */
31 } histogram; typedef in typeref:struct:histogram
gmon_hist.cc 1 /* hist.c - Histogram related operations.
43 /* Given a range of addresses for a symbol, find a histogram record
45 histogram record, modifying *P_LOWPC and *P_HIGHPC.
57 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
58 static histogram *find_histogram_for_pc (bfd_vma pc);
60 static histogram * histograms;
93 /* Reads just the header part of histogram record into
99 that the new histogram is compatible with already-set values
102 read_histogram_header (histogram *record,
129 /* We don't try to verify profrate is the same for all histogram
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
hist.h 25 typedef struct histogram struct
30 int *sample; /* Histogram samples (shorts in the file!). */
31 } histogram; typedef in typeref:struct:histogram
33 extern histogram * histograms;
46 we have histogram data. Returns 1 if so and 0 otherwise. */
49 /* Given a range of addresses for a symbol, find a histogram record
51 histogram record, modifying *P_LOWPC and *P_HIGHPC.
hist.c 1 /* hist.c - Histogram related operations.
47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
48 static histogram *find_histogram_for_pc (bfd_vma pc);
50 histogram * histograms;
81 /* Reads just the header part of histogram record into
87 that the new histogram is compatible with already-set values
90 read_histogram_header (histogram *record,
117 /* We don't try to verify profrate is the same for all histogram
118 records. If we have two histogram records for the same
134 _("%s: dimension unit changed between histogram records\n
    [all...]
gmon_io.c 61 /* True if all histogram records come before any call-graph records and
483 histograms = (struct histogram *) xmalloc (sizeof (struct histogram));
569 _("\t%d histogram record\n") :
570 _("\t%d histogram records\n"), nhist);
611 /* Write execution time histogram if we have one. */
  /src/external/gpl3/binutils.old/dist/gprof/
hist.h 25 typedef struct histogram struct
30 int *sample; /* Histogram samples (shorts in the file!). */
31 } histogram; typedef in typeref:struct:histogram
33 extern histogram * histograms;
46 we have histogram data. Returns 1 if so and 0 otherwise. */
49 /* Given a range of addresses for a symbol, find a histogram record
51 histogram record, modifying *P_LOWPC and *P_HIGHPC.
hist.c 1 /* hist.c - Histogram related operations.
47 static histogram *find_histogram (bfd_vma lowpc, bfd_vma highpc);
48 static histogram *find_histogram_for_pc (bfd_vma pc);
50 histogram * histograms;
81 /* Reads just the header part of histogram record into
87 that the new histogram is compatible with already-set values
90 read_histogram_header (histogram *record,
117 /* We don't try to verify profrate is the same for all histogram
118 records. If we have two histogram records for the same
134 _("%s: dimension unit changed between histogram records\n
    [all...]
gmon_io.c 61 /* True if all histogram records come before any call-graph records and
483 histograms = (struct histogram *) xmalloc (sizeof (struct histogram));
569 _("\t%d histogram record\n") :
570 _("\t%d histogram records\n"), nhist);
611 /* Write execution time histogram if we have one. */
  /src/external/bsd/unbound/dist/contrib/
unbound_munin_ 45 # unbound_munin_histogram - histogram of query resolving times
86 unbound_munin_histogram - histogram of query resolving times
207 echo "histogram"
362 histogram)
363 echo "graph_title Unbound DNS histogram of reply time"
418 echo "graph_info Histogram of the reply times for queries."
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
    [all...]
parseunbound.pl 47 my %donestats = (); # same, but only when we got a histogram entry for it
96 elsif ( $line =~ m/info: histogram of recursion processing times/ ) {
  /src/external/gpl3/gcc/dist/gcc/
ipa-profile.cc 23 - Count histogram construction. This is a histogram analyzing how much
25 from profile feedback. This histogram is complete only with LTO,
31 histogram specifying the most common target. We look up the callgraph
63 /* Entry in the histogram. */
72 /* Histogram of profile values.
73 The histogram is represented as an ordered vector of entries allocated via
77 vec<histogram_entry *> histogram; variable
78 static object_allocator<histogram_entry> histogram_pool ("IPA histogram");
100 /* Account TIME and SIZE executed COUNT times into HISTOGRAM
    [all...]
value-prof.cc 70 to profile. There are different histogram types (see HIST_TYPE_* in
71 value-prof.h) and each transformation can request one or more histogram
74 required for the different histogram types.
95 * Only one histogram of each type can be associated with a statement.
111 /* Allocate histogram value. */
124 /* Hash value for histogram. */
140 /* Set histogram for STMT. */
163 /* Get histogram list for STMT. */
174 /* Add histogram for STMT. */
185 /* Remove histogram HIST from STMT's histogram list. *
803 histogram_value histogram; local
954 histogram_value histogram; local
1119 histogram_value histogram; local
1447 histogram_value histogram; local
1634 histogram_value histogram; local
1732 histogram_value histogram; local
    [all...]
ipa-icf.cc 3244 /* Histogram calculation. */
3247 unsigned int* histogram = XCNEWVEC (unsigned int, m_items.length () + 1); local
3254 histogram[c]++;
3269 "Class size histogram [number of members]: number of classes\n");
3271 if (histogram[i])
3272 fprintf (dump_file, "%6u: %6u\n", i, histogram[i]);
3290 free (histogram);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc 23 - Count histogram construction. This is a histogram analyzing how much
25 from profile feedback. This histogram is complete only with LTO,
31 histogram specifying the most common target. We look up the callgraph
61 /* Entry in the histogram. */
70 /* Histogram of profile values.
71 The histogram is represented as an ordered vector of entries allocated via
75 vec<histogram_entry *> histogram; variable
76 static object_allocator<histogram_entry> histogram_pool ("IPA histogram");
98 /* Account TIME and SIZE executed COUNT times into HISTOGRAM
    [all...]
value-prof.cc 70 to profile. There are different histogram types (see HIST_TYPE_* in
71 value-prof.h) and each transformation can request one or more histogram
74 required for the different histogram types.
95 * Only one histogram of each type can be associated with a statement.
111 /* Allocate histogram value. */
124 /* Hash value for histogram. */
140 /* Set histogram for STMT. */
163 /* Get histogram list for STMT. */
174 /* Add histogram for STMT. */
185 /* Remove histogram HIST from STMT's histogram list. *
815 histogram_value histogram; local
966 histogram_value histogram; local
1131 histogram_value histogram; local
1455 histogram_value histogram; local
1642 histogram_value histogram; local
1740 histogram_value histogram; local
    [all...]
ipa-icf.cc 3217 /* Histogram calculation. */
3220 unsigned int* histogram = XCNEWVEC (unsigned int, m_items.length () + 1); local
3227 histogram[c]++;
3241 "Class size histogram [number of members]: number of classes\n");
3243 if (histogram[i])
3244 fprintf (dump_file, "%6u: %6u\n", i, histogram[i]);
3262 free (histogram);
  /src/usr.bin/systat/
iostat.c 54 static void histogram(double, int, double);
287 histogram(rwords / dtime, 50, 0.5);
289 histogram(rxfer / dtime, 50, 0.5);
292 histogram(wwords / dtime, 50, 0.5);
294 histogram(cur.wxfer[dn] / dtime, 50, 0.5);
300 histogram(atime / dtime, 50, 0.5);
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE);
322 histogram(double val, int colwidth, double scale) function
  /src/usr.sbin/acpitools/aml/
aml_memman.h 79 /* memory size histogram */
156 #define MEMMAN_MEMMANAGER_DESC(block_man, maxmemid, histogram, tolerance) \
160 .flex_mem_histogram = histogram, \
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 348 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,
554 :param histogram: optional histogram type to plot path differences.
571 diff = compare_results(results_old, results_new, histogram)
SATest.py 61 if args.histogram is not None and args.histogram not in choices:
62 parser.error("Incorrect histogram type, available choices are {}"
71 histogram=args.histogram,
284 cmp_parser.add_argument("--histogram", action="store", default=None,
285 help="Show histogram of paths differences. "
  /src/external/bsd/unbound/dist/services/
mesh.h 128 /** histogram of time values */
129 struct timehist* histogram; member in struct:mesh_area
mesh.c 214 mesh->histogram = timehist_setup();
216 if(!mesh->histogram || !mesh->qbuf_bak) {
267 timehist_delete(mesh->histogram);
1567 timehist_insert(m->s.env->mesh->histogram, &duration);
2248 log_info("histogram of recursion processing times");
2249 timehist_log(mesh->histogram, "recursions");
2265 timehist_clear(mesh->histogram);
2284 sizeof(struct th_buck)*mesh->histogram->num +
  /src/external/bsd/unbound/dist/daemon/
stats.c 270 s->mesh_time_median = timehist_quartile(worker->env.mesh->histogram,
283 timehist_export(worker->env.mesh->histogram, s->svr.hist,
  /src/external/mit/xorg/lib/
libmesa.mk 79 histogram.c \
libmesa.old.mk 74 histogram.c \

Completed in 45 milliseconds

1 2