Searched refs:Metric (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMetricList.h27 #include "Metric.h"
95 Metric *find_metric (char *cmd, BaseMetric::SubType st);
96 Metric *find_metric_by_name (char *cmd);
98 int get_listorder (Metric *mtr);
99 Metric *get_sort_metric (); // get the sort metric from a vector
108 Vector<Metric*> *
114 Metric *
121 put (long i, Metric *m)
127 append (Metric *m)
138 Metric *appen
[all...]
H A DMetric.h35 class Metric : public BaseMetric class in inherits:BaseMetric
53 Metric (const Metric& item); // copy constructor
54 Metric (BaseMetric *item, SubType st);
55 Metric (char *_name, SubType st); // for derived metrics
56 virtual ~Metric ();
63 // fetch various fields from a Metric
167 // Note: Forces VAL_HIDE_ALL to zero. Use only on temporary Metric objects.
181 SubType subtype; // specific variant for this Metric
H A DMetricList.cc32 items = new Vector<Metric*>;
36 Metric *mitem;
48 mitem = new Metric (mtr, BaseMetric::DATASPACE);
59 Metric *item2 = NULL;
61 Vec_loop (Metric*, items, index2, item2)
72 mitem = new Metric (mtr, BaseMetric::EXCLUSIVE);
83 mitem = new Metric (mtr, BaseMetric::ATTRIBUTED);
92 mitem = new Metric (mtr, BaseMetric::EXCLUSIVE);
97 mitem = new Metric (mtr, BaseMetric::INCLUSIVE);
104 mitem = new Metric (mt
[all...]
H A DDerivedMetrics.h26 #include "Metric.h"
36 int *construct_map (Vector<Metric*> *mitems, BaseMetric::SubType st,
H A DHist_data.h119 void print_row(StringBuilder *sb, int row, Metric::HistMetric *hist_metric,
121 void print_content (FILE *out_file, Metric::HistMetric *hist_metric, int limit);
122 int print_label (FILE *out_file, Metric::HistMetric *hist_metric, int space);
124 void update_max (Metric::HistMetric *hm_tmp);
125 void update_legend_width (Metric::HistMetric *hm_tmp);
190 Metric::HistMetric *get_histmetrics ();
205 Metric::HistMetric *hist_metrics;
H A DHist_data.cc35 #include "Metric.h"
186 Metric *m = hdata->get_metric_list ()->get (ind);
230 Metric *m = hdata->metrics->get (i);
231 if (m->get_type () != Metric::ONAME)
365 hist_metrics = new Metric::HistMetric[metrics->size ()];
368 Metric::HistMetric *h = hist_metrics + i;
370 Metric *m = metrics->get (i);
440 Metric *m = metrics->get_items ()->fetch (i);
510 Metric::Type mtype = metrics->get_items ()->fetch (ind)->get_type ();
511 sort_type = mtype == Metric
[all...]
H A DDataSpace.cc37 #include "Metric.h"
240 Metric *met;
241 Vec_loop (Metric*, mlist->get_items (), mindex, met)
384 Metric *mtr = mlist->get_items ()->fetch (mind);
390 Metric::Type mtype = mtr->get_type ();
391 if (mtype == Metric::SIZES)
400 else if (mtype == Metric::ONAME
409 else if (mtype == Metric::ADDRESS)
449 if (mtr->get_subtype () != Metric::STATIC)
485 Metric *mite
[all...]
H A DPathTree.cc41 #include "Metric.h"
861 Metric *mtr = mlist->get (mind);
994 Metric *mtr = mlist->get_items ()->get (mind);
995 Metric::SubType subtype = mtr->get_subtype ();
1015 && subtype == Metric::ATTRIBUTED)
1037 && subtype == Metric::ATTRIBUTED)
1057 && subtype == Metric::ATTRIBUTED)
1084 && subtype == Metric::ATTRIBUTED)
1114 Metric *mtr = mlist->get_items ()->get (mind);
1221 Metric *mite
[all...]
H A DHeapActivity.cc65 Metric *mtr;
80 Vec_loop (Metric *, mlist->get_items (), mIndex, mtr)
85 Metric::Type mtype = mtr->get_type ();
150 Metric *mtr;
151 Vec_loop (Metric *, mlist->get_items (), mIndex, mtr)
156 Metric::Type mtype = mtr->get_type ();
204 Metric *mtr = mlist->get_items ()->fetch (mIndex);
209 Metric::Type mtype = mtr->get_type ();
H A DMetric.cc31 #include "Metric.h"
33 Metric::Metric (BaseMetric *item, SubType st) : BaseMetric (*item) function in class:Metric
45 Metric::Metric (const Metric& item) : BaseMetric (item) function in class:Metric
55 Metric::~Metric ()
67 Metric::get_vtype2 ()
94 Metric
[all...]
H A DPrint.h29 #include "Metric.h"
131 void get_gprof_width (Metric::HistMetric *hist_metric, int limit);
158 Metric::HistMetric *hist_metric;
251 Metric::HistMetric *hist_metric, int space);
H A DDbeView.cc498 Metric *
499 DbeView::get_compare_metric (Metric *mtr, int groupNum)
502 return new Metric (*mtr);
507 Metric *m = new Metric (bm, mtr->get_subtype ());
584 Metric *m = mlist->get (i);
587 Metric *m1 = get_compare_metric (m, subtype);
904 Vector<Metric*> *items = mlist->get_items ();
905 Vector<Metric*> *newItems = new Vector<Metric*>();
[all...]
H A DPrint.cc267 Metric::HistMetric *hist_metric, int space)
273 Vector<Metric*> *mlist = metrics_list->get_items ();
276 Metric *mitem = mlist->fetch (index);
279 Metric::HistMetric *hitem = hist_metric + index;
281 if (index > 0 && mitem->get_type () == Metric::ONAME)
360 Metric::HistMetric *hist_metric = hist_data->get_histmetrics ();
396 Metric::HistMetric *hist_metric = layout_data->get_histmetrics ();
434 Metric *mitem;
444 Vec_loop (Metric*, prop_mlist->get_items (), index, mitem)
450 if (mitem->get_subtype () != Metric
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMetricList.h27 #include "Metric.h"
95 Metric *find_metric (char *cmd, BaseMetric::SubType st);
96 Metric *find_metric_by_name (char *cmd);
98 int get_listorder (Metric *mtr);
99 Metric *get_sort_metric (); // get the sort metric from a vector
108 Vector<Metric*> *
114 Metric *
121 put (long i, Metric *m)
127 append (Metric *m)
138 Metric *appen
[all...]
H A DMetric.h35 class Metric : public BaseMetric class in inherits:BaseMetric
53 Metric (const Metric& item); // copy constructor
54 Metric (BaseMetric *item, SubType st);
55 Metric (char *_name, SubType st); // for derived metrics
56 virtual ~Metric ();
63 // fetch various fields from a Metric
167 // Note: Forces VAL_HIDE_ALL to zero. Use only on temporary Metric objects.
181 SubType subtype; // specific variant for this Metric
H A DMetricList.cc32 items = new Vector<Metric*>;
36 Metric *mitem;
48 mitem = new Metric (mtr, BaseMetric::DATASPACE);
59 Metric *item2 = NULL;
61 Vec_loop (Metric*, items, index2, item2)
72 mitem = new Metric (mtr, BaseMetric::EXCLUSIVE);
83 mitem = new Metric (mtr, BaseMetric::ATTRIBUTED);
92 mitem = new Metric (mtr, BaseMetric::EXCLUSIVE);
97 mitem = new Metric (mtr, BaseMetric::INCLUSIVE);
104 mitem = new Metric (mt
[all...]
H A DDerivedMetrics.h26 #include "Metric.h"
36 int *construct_map (Vector<Metric*> *mitems, BaseMetric::SubType st,
H A DHist_data.h119 void print_row(StringBuilder *sb, int row, Metric::HistMetric *hist_metric,
121 void print_content (FILE *out_file, Metric::HistMetric *hist_metric, int limit);
122 int print_label (FILE *out_file, Metric::HistMetric *hist_metric, int space);
124 void update_max (Metric::HistMetric *hm_tmp);
125 void update_legend_width (Metric::HistMetric *hm_tmp);
190 Metric::HistMetric *get_histmetrics ();
205 Metric::HistMetric *hist_metrics;
H A DHist_data.cc35 #include "Metric.h"
186 Metric *m = hdata->get_metric_list ()->get (ind);
230 Metric *m = hdata->metrics->get (i);
231 if (m->get_type () != Metric::ONAME)
365 hist_metrics = new Metric::HistMetric[metrics->size ()];
368 Metric::HistMetric *h = hist_metrics + i;
370 Metric *m = metrics->get (i);
440 Metric *m = metrics->get_items ()->fetch (i);
510 Metric::Type mtype = metrics->get_items ()->fetch (ind)->get_type ();
511 sort_type = mtype == Metric
[all...]
H A DPathTree.cc41 #include "Metric.h"
861 Metric *mtr = mlist->get (mind);
994 Metric *mtr = mlist->get_items ()->get (mind);
995 Metric::SubType subtype = mtr->get_subtype ();
1015 && subtype == Metric::ATTRIBUTED)
1037 && subtype == Metric::ATTRIBUTED)
1057 && subtype == Metric::ATTRIBUTED)
1084 && subtype == Metric::ATTRIBUTED)
1114 Metric *mtr = mlist->get_items ()->get (mind);
1221 Metric *mite
[all...]
H A DDataSpace.cc37 #include "Metric.h"
240 Metric *met;
241 Vec_loop (Metric*, mlist->get_items (), mindex, met)
384 Metric *mtr = mlist->get_items ()->fetch (mind);
390 Metric::Type mtype = mtr->get_type ();
391 if (mtype == Metric::SIZES)
400 else if (mtype == Metric::ONAME
409 else if (mtype == Metric::ADDRESS)
449 if (mtr->get_subtype () != Metric::STATIC)
485 Metric *mite
[all...]
H A DHeapActivity.cc65 Metric *mtr;
80 Vec_loop (Metric *, mlist->get_items (), mIndex, mtr)
85 Metric::Type mtype = mtr->get_type ();
150 Metric *mtr;
151 Vec_loop (Metric *, mlist->get_items (), mIndex, mtr)
156 Metric::Type mtype = mtr->get_type ();
204 Metric *mtr = mlist->get_items ()->fetch (mIndex);
209 Metric::Type mtype = mtr->get_type ();
H A DMetric.cc31 #include "Metric.h"
33 Metric::Metric (BaseMetric *item, SubType st) : BaseMetric (*item) function in class:Metric
45 Metric::Metric (const Metric& item) : BaseMetric (item) function in class:Metric
55 Metric::~Metric ()
67 Metric::get_vtype2 ()
94 Metric
[all...]
H A DPrint.h29 #include "Metric.h"
131 void get_gprof_width (Metric::HistMetric *hist_metric, int limit);
158 Metric::HistMetric *hist_metric;
251 Metric::HistMetric *hist_metric, int space);
H A DDbeView.cc498 Metric *
499 DbeView::get_compare_metric (Metric *mtr, int groupNum)
502 return new Metric (*mtr);
507 Metric *m = new Metric (bm, mtr->get_subtype ());
584 Metric *m = mlist->get (i);
587 Metric *m1 = get_compare_metric (m, subtype);
904 Vector<Metric*> *items = mlist->get_items ();
905 Vector<Metric*> *newItems = new Vector<Metric*>();
[all...]

Completed in 154 milliseconds

123