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

  /external/valgrind/cachegrind/
cg_annotate.in 778 my @line_nums = sort {$a <=> $b} keys %$src_file_CCs;
796 shift(@line_nums) if (0 == $line_nums[0]);
800 my $n = @line_nums;
803 push(@pairs, $line_nums[$i] - $context); # lower marker
805 $line_nums[$i] + 2*$context >= $line_nums[$i+1]) {
808 push(@pairs, $line_nums[$i] + $context); # upper marker
824 if (defined $line_nums[0] && $. == $line_nums[0])
    [all...]
  /external/valgrind/callgrind/
callgrind_annotate.in     [all...]

Completed in 70 milliseconds