OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsProfiling
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/allocator/
type_profiler_control.h
16
static bool
IsProfiling
();
type_profiler_tcmalloc.cc
19
if (Controller::
IsProfiling
())
28
if (Controller::
IsProfiling
())
type_profiler_control.cc
28
bool Controller::
IsProfiling
() {
type_profiler_unittest.cc
160
EXPECT_TRUE(Controller::
IsProfiling
());
164
EXPECT_FALSE(Controller::
IsProfiling
());
175
EXPECT_TRUE(Controller::
IsProfiling
());
/external/chromium_org/v8/src/
sampler.h
77
bool
IsProfiling
() const {
sampler.cc
552
if (!sampler->
IsProfiling
()) continue;
Completed in 4464 milliseconds