Searched refs:profileGenerator (Results 1 – 1 of 1) sorted by relevance
72 ProfileGenerator* profileGenerator = m_currentProfiles[i].get(); in startProfiling() local73 if (profileGenerator->origin() == origin && profileGenerator->title() == title) in startProfiling()78 … RefPtr<ProfileGenerator> profileGenerator = ProfileGenerator::create(exec, title, ++ProfilesUID); in startProfiling() local79 m_currentProfiles.append(profileGenerator); in startProfiling()86 ProfileGenerator* profileGenerator = m_currentProfiles[i].get(); in stopProfiling() local87 …if (profileGenerator->origin() == origin && (title.isNull() || profileGenerator->title() == title)… in stopProfiling()88 profileGenerator->stopProfiling(); in stopProfiling()89 RefPtr<Profile> returnProfile = profileGenerator->profile(); in stopProfiling()105 ProfileGenerator* profileGenerator = m_currentProfiles[i].get(); in stopProfiling() local106 if (profileGenerator->origin() == origin) { in stopProfiling()[all …]