OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_pc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/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.old/dist/bin/
jeprof.in
4674
my $
max_pc
= $min_pc; # find the maximal PC value in any sample
4676
if (HexExtend($pc) gt $
max_pc
) { $
max_pc
= HexExtend($pc); }
4678
push(@{$result}, [$prog, $min_pc, $
max_pc
, $zero_offset]);
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026