Home | History | Annotate | Download | only in profiler

Lines Matching refs:ProfileGenerator

27 #include "ProfileGenerator.h"
43 PassRefPtr<ProfileGenerator> ProfileGenerator::create(ExecState* exec, const UString& title, unsigned uid)
45 return adoptRef(new ProfileGenerator(exec, title, uid));
48 ProfileGenerator::ProfileGenerator(ExecState* exec, const UString& title, unsigned uid)
58 void ProfileGenerator::addParentForConsoleStart(ExecState* exec)
70 const UString& ProfileGenerator::title() const
75 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier)
90 void ProfileGenerator::didExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier)
113 void ProfileGenerator::exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&)
124 void ProfileGenerator::stopProfiling()
149 // The console.ProfileGenerator that started this ProfileGenerator will be the first child.
150 void ProfileGenerator::removeProfileStart()
164 // The console.ProfileGeneratorEnd that stopped this ProfileGenerator will be the last child.
165 void ProfileGenerator::removeProfileEnd()