Home | History | Annotate | Download | only in profiler

Lines Matching defs:profiler

30 #include "Profiler.h"
51 Profiler* Profiler::s_sharedProfiler = 0;
52 Profiler* Profiler::s_sharedEnabledProfilerReference = 0;
54 Profiler* Profiler::profiler()
57 s_sharedProfiler = new Profiler();
61 void Profiler::startProfiling(ExecState* exec, const UString& title)
80 PassRefPtr<Profile> Profiler::stopProfiling(ExecState* exec, const UString& title)
108 void Profiler::willExecute(ExecState* exec, JSValue function)
115 void Profiler::willExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber)
124 void Profiler::didExecute(ExecState* exec, JSValue function)
131 void Profiler::didExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber)
138 CallIdentifier Profiler::createCallIdentifier(ExecState* exec, JSValue functionValue, const UString& defaultSourceURL, int defaultLineNumber)