HomeSort by relevance Sort by last modified time
    Searched refs:CC_col_widths (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/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/main/callgrind/
callgrind_control.in 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]
    [all...]
callgrind_annotate.in 792 my $CC_col_widths = [];
796 push(@$CC_col_widths, length($event));
807 $CC_col_widths->[$i] = max($CC_col_widths->[$i], $clength);
811 return $CC_col_widths;
814 # Print the CC with each column's size dictated by $CC_col_widths.
817 my ($CC, $CC_col_widths) = @_;
821 my $space = ' ' x ($CC_col_widths->[$i] - length($count));
828 my ($CC_col_widths) = @_;
833 my $col_width = $CC_col_widths->[$i]
    [all...]

Completed in 88 milliseconds