Home | History | Annotate | Download | only in profiler

Lines Matching defs:profiler

30 #include "Profiler.h"
53 Profiler* Profiler::s_sharedProfiler = 0;
54 Profiler* Profiler::s_sharedEnabledProfilerReference = 0;
56 Profiler* Profiler::profiler()
59 s_sharedProfiler = new Profiler();
63 void Profiler::startProfiling(ExecState* exec, const UString& title)
82 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title)
102 void Profiler::stopProfiling(JSGlobalObject* origin)
123 void Profiler::willExecute(ExecState* callerCallFrame, JSValue function)
130 void Profiler::willExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber)
139 void Profiler::didExecute(ExecState* callerCallFrame, JSValue function)
146 void Profiler::didExecute(ExecState* callerCallFrame, const UString& sourceURL, int startingLineNumber)
153 void Profiler::exceptionUnwind(ExecState* handlerCallFrame)
160 CallIdentifier Profiler::createCallIdentifier(ExecState* exec, JSValue functionValue, const UString& defaultSourceURL, int defaultLineNumber)