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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 15527 my $normalized_metric;
15533 $normalized_metric = $1 . "." . $3;
15541 if (defined ($metric_description{$normalized_metric}))
15543 $description = $metric_description{$normalized_metric};
15547 my $msg = "description for normalized metric $normalized_metric not found";
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 15527 my $normalized_metric;
15533 $normalized_metric = $1 . "." . $3;
15541 if (defined ($metric_description{$normalized_metric}))
15543 $description = $metric_description{$normalized_metric};
15547 my $msg = "description for normalized metric $normalized_metric not found";

Completed in 49 milliseconds