HomeSort by: relevance | last modified time | path
    Searched refs:max_pc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 4773 my $max_pc = $min_pc; # find the maximal PC value in any sample
4775 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }
4777 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);
  /src/external/bsd/jemalloc/dist/bin/
jeprof 4865 my $max_pc = $min_pc; # find the maximal PC value in any sample
4867 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }
4869 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);
jeprof.in 4865 my $max_pc = $min_pc; # find the maximal PC value in any sample
4867 if (HexExtend($pc) gt $max_pc) { $max_pc = HexExtend($pc); }
4869 push(@{$result}, [$prog, $min_pc, $max_pc, $zero_offset]);

Completed in 19 milliseconds