OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profiler_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
log.cc
197
profiler_
(NULL) {}
202
if (
profiler_
)
profiler_
->Insert(sample);
213
if (!
profiler_
&& IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
217
ASSERT(
profiler_
== NULL);
218
profiler_
= profiler;
225
profiler_
= NULL;
236
Profiler*
profiler_
;
member in class:v8::internal::Ticker
343
profiler_
(NULL),
[
all
...]
log.h
350
// When the statistical profile is active,
profiler_
353
Profiler*
profiler_
;
member in class:v8::internal::Logger
Completed in 799 milliseconds