OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CC_col_widths
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/cachegrind/
cg_annotate.in
524
my $
CC_col_widths
= [];
528
push(@$
CC_col_widths
, length($event));
539
$
CC_col_widths
->[$i] = max($
CC_col_widths
->[$i], $clength);
543
return $
CC_col_widths
;
546
# Print the CC with each column's size dictated by $
CC_col_widths
.
549
my ($CC, $
CC_col_widths
) = @_;
553
my $space = ' ' x ($
CC_col_widths
->[$i] - length($count));
560
my ($
CC_col_widths
) = @_;
565
my $col_width = $
CC_col_widths
->[$i]
[
all
...]
/external/valgrind/callgrind/
callgrind_control.in
137
my $
CC_col_widths
= [];
141
push(@$
CC_col_widths
, length($event));
152
$
CC_col_widths
->[$i] = max($
CC_col_widths
->[$i], $clength);
156
return $
CC_col_widths
;
159
# Print the CC with each column's size dictated by $
CC_col_widths
.
162
my ($CC, $
CC_col_widths
) = @_;
166
my $space = ' ' x ($
CC_col_widths
->[$i] - length($count));
173
my ($
CC_col_widths
) = @_;
178
my $col_width = $
CC_col_widths
->[$i]
[
all
...]
callgrind_annotate.in
799
my $
CC_col_widths
= [];
803
push(@$
CC_col_widths
, length($event));
814
$
CC_col_widths
->[$i] = max($
CC_col_widths
->[$i], $clength);
818
return $
CC_col_widths
;
821
# Print the CC with each column's size dictated by $
CC_col_widths
.
824
my ($CC, $
CC_col_widths
) = @_;
828
my $space = ' ' x ($
CC_col_widths
->[$i] - length($count));
835
my ($
CC_col_widths
) = @_;
840
my $col_width = $
CC_col_widths
->[$i]
[
all
...]
Completed in 106 milliseconds