Searched defs:stopProfiling (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
H A DProfileGenerator.cpp124 void ProfileGenerator::stopProfiling() function in class:JSC::ProfileGenerator
126 m_profile->forEach(&ProfileNode::stopProfiling);
H A DProfiler.cpp82 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title) function in class:JSC::Profiler
88 profileGenerator->stopProfiling();
102 void Profiler::stopProfiling(JSGlobalObject* origin) function in class:JSC::Profiler
107 profileGenerator->stopProfiling();
H A DProfileNode.cpp162 void ProfileNode::stopProfiling() function in class:JSC::ProfileNode

Completed in 99 milliseconds