HomeSort by: relevance | last modified time | path
    Searched refs:METRICS (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Command.h 56 METRICS,
Command.cc 67 { METRICS, "metrics", NULL, "metric_spec", 1, &desc[METRICS]},
427 desc[FUNCS] = GTXT ("display functions with current metrics");
428 desc[HOTPCS] = GTXT ("display hot PC's with current metrics");
429 desc[HOTLINES] = GTXT ("display hot lines with current metrics");
430 desc[FDETAIL] = GTXT ("display summary metrics for each function");
434 desc[LDETAIL] = GTXT ("display summary metrics for each hot line");
435 desc[PDETAIL] = GTXT ("display summary metrics for each hot PC");
443 desc[METRIC_LIST] = GTXT ("display the available metrics and dmetrics keywords")
    [all...]
gp-display-text.cc 936 proc_cmd (METRICS, cparam, NULL, NULL);
938 GTXT ("Available metrics:\n"), false);
940 case METRICS:
952 fprintf (dis_file, GTXT ("Current metrics: %s\n"), scratch);
958 fprintf (dis_file, GTXT ("Current caller-callee metrics: %s\n"), scratch);
965 fprintf (dis_file, GTXT ("Current index-object metrics: %s\n"), scratch);
978 proc_cmd (METRICS, cparam, NULL, NULL);
1975 sb.append (GTXT ("Metrics:\n"));
1986 sb2.append (GTXT ("\nNotes: '*' indicates hot metrics, '[X]' indicates currently enabled metrics.\n"))
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h 56 METRICS,
Command.cc 67 { METRICS, "metrics", NULL, "metric_spec", 1, &desc[METRICS]},
427 desc[FUNCS] = GTXT ("display functions with current metrics");
428 desc[HOTPCS] = GTXT ("display hot PC's with current metrics");
429 desc[HOTLINES] = GTXT ("display hot lines with current metrics");
430 desc[FDETAIL] = GTXT ("display summary metrics for each function");
434 desc[LDETAIL] = GTXT ("display summary metrics for each hot line");
435 desc[PDETAIL] = GTXT ("display summary metrics for each hot PC");
443 desc[METRIC_LIST] = GTXT ("display the available metrics and dmetrics keywords")
    [all...]
gp-display-text.cc 936 proc_cmd (METRICS, cparam, NULL, NULL);
938 GTXT ("Available metrics:\n"), false);
940 case METRICS:
952 fprintf (dis_file, GTXT ("Current metrics: %s\n"), scratch);
958 fprintf (dis_file, GTXT ("Current caller-callee metrics: %s\n"), scratch);
965 fprintf (dis_file, GTXT ("Current index-object metrics: %s\n"), scratch);
978 proc_cmd (METRICS, cparam, NULL, NULL);
1975 sb.append (GTXT ("Metrics:\n"));
1986 sb2.append (GTXT ("\nNotes: '*' indicates hot metrics, '[X]' indicates currently enabled metrics.\n"))
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 935 my $outfile1 = $outputdir ."metrics";
944 $msg = "gather the metrics data from the experiments";
959 open (METRICS, "<", $outfile1)
965 chomp (@metrics_data = <METRICS>);
966 close (METRICS);
975 # Process the generated metrics data.
980 # The metrics will be derived from the experiments.
983 gp_message ("verbose", $subr_name, "Process the metrics data");
1016 # A default set of metrics will be used.
1020 $msg = "select the set of default metrics";
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 935 my $outfile1 = $outputdir ."metrics";
944 $msg = "gather the metrics data from the experiments";
959 open (METRICS, "<", $outfile1)
965 chomp (@metrics_data = <METRICS>);
966 close (METRICS);
975 # Process the generated metrics data.
980 # The metrics will be derived from the experiments.
983 gp_message ("verbose", $subr_name, "Process the metrics data");
1016 # A default set of metrics will be used.
1020 $msg = "select the set of default metrics";
    [all...]

Completed in 34 milliseconds