OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_profiling
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/
cpu-profiler.h
186
if (logger->is_logging_code_events() || cpu_profiler->
is_profiling
()) { \
245
INLINE(bool
is_profiling
() const) { return is_profiling_; }
function in class:v8::internal::CpuProfiler
compiler.cc
102
no_frame_ranges_ = isolate->cpu_profiler()->
is_profiling
()
[
all
...]
log.cc
42
if (cpu_profiler->
is_profiling
()) { \
[
all
...]
serialize.cc
507
"CpuProfiler::
is_profiling
");
[
all
...]
heap.cc
[
all
...]
runtime.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc
[
all
...]
test-api.cc
[
all
...]
Completed in 1025 milliseconds