Searched refs:CC_col_widths (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg_annotate.in524 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
[all...]
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in137 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
[all...]
H A Dcallgrind_annotate.in796 my $CC_col_widths = [];
800 push(@$CC_col_widths, length($event));
811 $CC_col_widths->[$i] = max($CC_col_widths->[$i], $clength);
815 return $CC_col_widths;
818 # Print the CC with each column's size dictated by $CC_col_widths.
821 my ($CC, $CC_col_widths) = @_;
825 my $space = ' ' x ($CC_col_widths->[$i] - length($count));
832 my ($CC_col_widths) = @_;
837 my $col_width = $CC_col_widths
[all...]

Completed in 173 milliseconds