Home | History | Annotate | Download | only in callgrind

Lines Matching refs:CC_col_widths

135     my $CC_col_widths = [];
139 push(@$CC_col_widths, length($event));
150 $CC_col_widths->[$i] = max($CC_col_widths->[$i], $clength);
154 return $CC_col_widths;
157 # Print the CC with each column's size dictated by $CC_col_widths.
160 my ($CC, $CC_col_widths) = @_;
164 my $space = ' ' x ($CC_col_widths->[$i] - length($count));
171 my ($CC_col_widths) = @_;
176 my $col_width = $CC_col_widths->[$i];