Searched refs:ProfilerAgentState (Results 1 – 1 of 1) sorted by relevance
21 namespace ProfilerAgentState { namespace205 m_state->setBoolean(ProfilerAgentState::profilerEnabled, true); in enable()218 m_state->setBoolean(ProfilerAgentState::profilerEnabled, false); in disable()226 m_state->setInteger(ProfilerAgentState::samplingInterval, interval); in setSamplingInterval()232 if (!m_state->booleanProperty(ProfilerAgentState::profilerEnabled, false)) in restore()236 if (m_state->booleanProperty(ProfilerAgentState::userInitiatedProfiling, in restore()240 if (m_state->booleanProperty(ProfilerAgentState::preciseCoverageStarted, in restore()252 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, true); in start()269 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, false); in stop()275 m_state->setBoolean(ProfilerAgentState::preciseCoverageStarted, true); in startPreciseCoverage()[all …]