Home
last modified time | relevance | path

Searched refs:profilerEnabled (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc26 static const char profilerEnabled[] = "profilerEnabled"; variable
221 m_state->setBoolean(ProfilerAgentState::profilerEnabled, true); in enable()
234 m_state->setBoolean(ProfilerAgentState::profilerEnabled, false); in disable()
248 if (!m_state->booleanProperty(ProfilerAgentState::profilerEnabled, false)) in restore()