OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collected_profile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/bin/
jeprof.in
674
$main::
collected_profile
= undef;
1201
if (defined($main::
collected_profile
)) {
1203
open(SRC, "<$main::
collected_profile
");
3626
$main::
collected_profile
= $real_profile;
3627
return $main::
collected_profile
;
3649
$main::
collected_profile
= join(" \\\n ", @main::profile_files);
5323
defined($main::
collected_profile
)) {
5325
print STDERR "Dynamically gathered profile is in $main::
collected_profile
\n";
5331
print STDERR " $main::
collected_profile
\n";
/src/external/bsd/jemalloc.old/dist/bin/
jeprof.in
659
$main::
collected_profile
= undef;
1186
if (defined($main::
collected_profile
)) {
1188
open(SRC, "<$main::
collected_profile
");
3565
$main::
collected_profile
= $real_profile;
3566
return $main::
collected_profile
;
3588
$main::
collected_profile
= join(" \\\n ", @main::profile_files);
5224
defined($main::
collected_profile
)) {
5226
print STDERR "Dynamically gathered profile is in $main::
collected_profile
\n";
5232
print STDERR " $main::
collected_profile
\n";
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026