OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROFILE_PAGE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
pprof
101
my $
PROFILE_PAGE
= "/pprof/profile"; # must support cgi-param "?seconds=#"
117
my $PROFILES = "($HEAP_PAGE|$
PROFILE_PAGE
|$PMUPROFILE_PAGE|" .
160
The /<service> can be $HEAP_PAGE, $
PROFILE_PAGE
, /pprof/pmuprofile,
165
If /<service> is omitted, the service defaults to $
PROFILE_PAGE
(cpu profiling).
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
pprof
101
my $
PROFILE_PAGE
= "/pprof/profile"; # must support cgi-param "?seconds=#"
117
my $PROFILES = "($HEAP_PAGE|$
PROFILE_PAGE
|$PMUPROFILE_PAGE|" .
160
The /<service> can be $HEAP_PAGE, $
PROFILE_PAGE
, /pprof/pmuprofile,
165
If /<service> is omitted, the service defaults to $
PROFILE_PAGE
(cpu profiling).
[
all
...]
Completed in 52 milliseconds