Searched refs:ProfilerAgentState (Results 1 – 1 of 1) sorted by relevance
23 namespace ProfilerAgentState { namespace221 m_state->setBoolean(ProfilerAgentState::profilerEnabled, true); in enable()234 m_state->setBoolean(ProfilerAgentState::profilerEnabled, false); in disable()242 m_state->setInteger(ProfilerAgentState::samplingInterval, interval); in setSamplingInterval()248 if (!m_state->booleanProperty(ProfilerAgentState::profilerEnabled, false)) in restore()252 if (m_state->booleanProperty(ProfilerAgentState::userInitiatedProfiling, in restore()256 if (m_state->booleanProperty(ProfilerAgentState::preciseCoverageStarted, in restore()259 ProfilerAgentState::preciseCoverageCallCount, false); in restore()261 ProfilerAgentState::preciseCoverageDetailed, false); in restore()272 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, true); in start()[all …]