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.cc24 static const char profilerEnabled[] = "profilerEnabled"; variable
205 m_state->setBoolean(ProfilerAgentState::profilerEnabled, true); in enable()
218 m_state->setBoolean(ProfilerAgentState::profilerEnabled, false); in disable()
232 if (!m_state->booleanProperty(ProfilerAgentState::profilerEnabled, false)) in restore()