OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_metric_values
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
2292
my @
max_metric_values
= @{ $max_metric_values_ref };
2308
if (exists ($
max_metric_values
[$metric]))
2310
$max_value = $
max_metric_values
[$metric];
6349
my @
max_metric_values
= ();
6418
push (@
max_metric_values
, $max_val);
6421
for my $metric (0 .. $#
max_metric_values
)
6423
my $msg = "$filename maximum[$metric] = $
max_metric_values
[$metric]";
6748
if (exists ($
max_metric_values
[$metric]))
6750
$max_value = $
max_metric_values
[$metric];
6772
## my @
max_metric_values
= ()
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
2292
my @
max_metric_values
= @{ $max_metric_values_ref };
2308
if (exists ($
max_metric_values
[$metric]))
2310
$max_value = $
max_metric_values
[$metric];
6349
my @
max_metric_values
= ();
6418
push (@
max_metric_values
, $max_val);
6421
for my $metric (0 .. $#
max_metric_values
)
6423
my $msg = "$filename maximum[$metric] = $
max_metric_values
[$metric]";
6748
if (exists ($
max_metric_values
[$metric]))
6750
$max_value = $
max_metric_values
[$metric];
6772
## my @
max_metric_values
= ()
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026