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

  /external/valgrind/callgrind/
callgrind_control.in 178 my $col_width = $CC_col_widths->[$i];
179 my $space = ' ' x ($col_width - $event_width);
callgrind_annotate.in 840 my $col_width = $CC_col_widths->[$i];
841 my $space = ' ' x ($col_width - $event_width);
    [all...]
  /external/valgrind/cachegrind/
cg_annotate.in 565 my $col_width = $CC_col_widths->[$i];
566 my $space = ' ' x ($col_width - $event_width);

Completed in 75 milliseconds