Home
last modified time | relevance | path

Searched refs:profiler (Results 1 – 24 of 24) sorted by relevance

/external/webkit/JavaScriptCore/API/
DJSProfilerPrivate.cpp37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring()); in JSStartProfiling()
43 Profiler* profiler = Profiler::profiler(); in JSEndProfiling() local
44 profiler->stopProfiling(exec, title->ustring()); in JSEndProfiling()
/external/webkit/JavaScriptCore/
DAndroid.mk79 profiler/HeavyProfile.cpp \
80 profiler/Profile.cpp \
81 profiler/ProfileGenerator.cpp \
82 profiler/ProfileNode.cpp \
83 profiler/Profiler.cpp \
84 profiler/TreeProfile.cpp \
DJavaScriptCore.pri5 …D/runtime $$PWD/wtf $$PWD/wtf/unicode $$PWD/interpreter $$PWD/jit $$PWD/profiler $$PWD/wrec $$PWD/…
174 profiler/HeavyProfile.cpp \
175 profiler/Profile.cpp \
176 profiler/ProfileGenerator.cpp \
177 profiler/ProfileNode.cpp \
178 profiler/Profiler.cpp \
179 profiler/TreeProfile.cpp \
DJavaScriptCore.scons37 sources['profiler'] = [
38 'profiler/HeavyProfile.cpp',
39 'profiler/Profile.cpp',
40 'profiler/ProfileGenerator.cpp',
41 'profiler/ProfileNode.cpp',
42 'profiler/Profiler.cpp',
43 'profiler/TreeProfile.cpp',
189 sources['profiler'].append('profiler/ProfilerServer.mm')
DGNUmakefile.am10 -I$(srcdir)/JavaScriptCore/profiler \
145 JavaScriptCore/profiler/CallIdentifier.h \
146 JavaScriptCore/profiler/HeavyProfile.cpp \
147 JavaScriptCore/profiler/HeavyProfile.h \
148 JavaScriptCore/profiler/Profile.cpp \
149 JavaScriptCore/profiler/Profile.h \
150 JavaScriptCore/profiler/ProfileGenerator.cpp \
151 JavaScriptCore/profiler/ProfileGenerator.h \
152 JavaScriptCore/profiler/ProfileNode.cpp \
153 JavaScriptCore/profiler/ProfileNode.h \
[all …]
DChangeLog-2008-08-101578 <rdar://problem/5958840> Navigating to another page while profiler is
1584 (KJS::JSGlobalObject::~JSGlobalObject): Stop the profiler associated
1672 * profiler/ProfileGenerator.cpp:
1675 * profiler/ProfileGenerator.h:
1677 * profiler/Profiler.cpp:
1693 * profiler/CallIdentifier.h:
1936 * profiler/HeavyProfile.cpp:
1940 * profiler/Profile.h:
1942 * profiler/ProfileGenerator.cpp:
1977 * profiler/CallIdentifier.h: Removed an unused constructor.
[all …]
DChangeLog252 Bug 23551: Crash on page load with profiler enabled and running
859 * profiler/ProfileGenerator.cpp:
861 * profiler/Profiler.cpp:
2809 * profiler/ProfileGenerator.cpp:
2811 * profiler/Profiler.cpp:
2815 * profiler/Profiler.h:
4116 when emitting profiler hooks so that registers aren't leaked. Also, add
4122 registers when emitting profiler hooks so that registers aren't leaked.
7834 * profiler/Profiler.cpp:
9022 * profiler/ProfileGenerator.cpp:
[all …]
/external/clearsilver/python/examples/trans/
Ddb_trans.py4 import profiler
62 self._cursor = profiler.ProfilerCursor(self.db.cursor())
77 if debug: p = profiler.Profiler("SQL", "Connect -- %s:trans" % (host))
/external/webkit/JavaScriptCore/profiler/
DProfiler.h54 static Profiler* profiler();
DProfiler.cpp52 Profiler* Profiler::profiler() in profiler() function in JSC::Profiler
/external/webkit/WebCore/page/
DConsole.cpp266 JSC::Profiler::profiler()->startProfiling(callStack->state(), title); in profile()
278 …RefPtr<JSC::Profile> profile = JSC::Profiler::profiler()->stopProfiling(callStack->state(), title); in profileEnd()
/external/webkit/perf/
DAndroid.mk98 $(JSC)/profiler \
/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp100 Profiler** profiler = Profiler::enabledProfilerReference(); in ~JSGlobalObject() local
101 if (UNLIKELY(*profiler != 0)) { in ~JSGlobalObject()
102 (*profiler)->stopProfiling(globalExec(), UString()); in ~JSGlobalObject()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp710 if (Profiler* profiler = *Profiler::enabledProfilerReference()) { in unwindCallFrame() local
712 profiler->didExecute(callFrame, callFrame->callee()); in unwindCallFrame()
714profiler->didExecute(callFrame, codeBlock->ownerNode()->sourceURL(), codeBlock->ownerNode()->lineN… in unwindCallFrame()
791 if (Profiler* profiler = *Profiler::enabledProfilerReference()) { in throwException() local
794profiler->didExecute(callFrame, callFrame[codeBlock->instructions()[bytecodeOffset + 2].u.operand]… in throwException()
796profiler->didExecute(callFrame, callFrame[codeBlock->instructions()[bytecodeOffset + 10].u.operand… in throwException()
800 profiler->didExecute(callFrame, callFrame[functionRegisterIndex].jsValue(callFrame)); in throwException()
856 Profiler** profiler = Profiler::enabledProfilerReference(); in execute() local
857 if (*profiler) in execute()
858 (*profiler)->willExecute(newCallFrame, programNode->sourceURL(), programNode->lineNo()); in execute()
[all …]
/external/webkit/
DAndroid.mk152 $(LOCAL_PATH)/JavaScriptCore/profiler \
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj506 …KnownFileType = sourcecode.cpp.objcpp; name = ProfilerServer.mm; path = profiler/ProfilerServer.mm…
507 … 4; lastKnownFileType = sourcecode.c.h; name = ProfilerServer.h; path = profiler/ProfilerServer.h;…
623 …= 4; lastKnownFileType = sourcecode.cpp.cpp; name = Profile.cpp; path = profiler/Profile.cpp; sour…
624 …oding = 4; lastKnownFileType = sourcecode.c.h; name = Profile.h; path = profiler/Profile.h; source…
626 … 4; lastKnownFileType = sourcecode.cpp.cpp; name = Profiler.cpp; path = profiler/Profiler.cpp; sou…
627 …ding = 4; lastKnownFileType = sourcecode.c.h; name = Profiler.h; path = profiler/Profiler.h; sourc…
628 … lastKnownFileType = sourcecode.cpp.cpp; name = ProfileNode.cpp; path = profiler/ProfileNode.cpp; …
629 …g = 4; lastKnownFileType = sourcecode.c.h; name = ProfileNode.h; path = profiler/ProfileNode.h; so…
631 … lastKnownFileType = sourcecode.cpp.cpp; name = TreeProfile.cpp; path = profiler/TreeProfile.cpp; …
632 …g = 4; lastKnownFileType = sourcecode.c.h; name = TreeProfile.h; path = profiler/TreeProfile.h; so…
[all …]
/external/webkit/WebCore/inspector/
DInspectorController.cpp1747 Profiler::profiler()->startProfiling(exec, title); in startUserInitiatedProfiling()
1764 RefPtr<Profile> profile = Profiler::profiler()->stopProfiling(exec, title); in stopUserInitiatedProfiling()
/external/webkit/JavaScriptGlue/
DChangeLog399 * ForwardingHeaders/profiler: Added.
400 * ForwardingHeaders/profiler/Profiler.h: Added.
/external/webkit/WebCore/
DChangeLog27364 <rdar://problem/6211578> Make the JavaScript profiler opt-in, so it does
27380 and enable the profiler if the profiler was not enabled.
27448 adds stub methods for enabling and disabling the profiler.
28716 Bug 21817: Manual profiler tests should be made into layout tests
28720 * manual-tests/inspector/profiler-test-anonymous-event-handler.html: Removed.
28721 …* manual-tests/inspector/profiler-test-anonymous-function-called-from-different-contexts.html: Rem…
28722 … * manual-tests/inspector/profiler-test-anonymous-function-calls-built-in-functions.html: Removed.
28723 * manual-tests/inspector/profiler-test-anonymous-function-calls-eval.html: Removed.
28724 * manual-tests/inspector/profiler-test-apply.html: Removed.
28725 * manual-tests/inspector/profiler-test-built-in-function-calls-anonymous.html: Removed.
[all …]
DChangeLog-2008-08-10295 <rdar://problem/6115981> Start the profiler in Heavy view
900 * manual-tests/inspector/profiler-test-start-but-dont-stop-profiling.html: Added.
922 * manual-tests/inspector/profiler-test-stop-profiling-after-setTimeout.html:
1885 <rdar://problem/6110314> Crash in profiler dereferencing null frame or
5015 <rdar://problem/6067178> REGRESSION: Start profile button in profiler
5965 * manual-tests/inspector/profiler-test-heavy-view.html: Added.
6244 Because profiler.h no longer #includes profile.h we need to explicitly
8748 -Added a manual test for the profiler.
8750 * manual-tests/inspector/profiler-test-compare-multiple-profiles.html: Added.
9660 * manual-tests/inspector/profiler-test-stop-profiling-after-setTimeout.html: Added.
[all …]
/external/webkit/WebKitTools/
DChangeLog104 Add support for enabling the profiler, so the profiling tests can continue
105 work now that the profiler is not always enabled.
109 <rdar://problem/6211578> Make the JavaScript profiler opt-in, so it does
122 …setWebViewToConsistentStateBeforeTesting): Disables the developer extras and disables the profiler.
124 … (LayoutTestController::setJavaScriptProfilingEnabled): Toggles the developer extras and profiler.
126 …setWebViewToConsistentStateBeforeTesting): Disables the developer extras and disables the profiler.
128 … (LayoutTestController::setJavaScriptProfilingEnabled): Toggles the developer extras and profiler.
/external/webkit/WebKit/mac/
DChangeLog4103 Add WebInspector methods to enable the profiler.
4107 <rdar://problem/6211578> Make the JavaScript profiler opt-in, so it does
/external/webkit/WebKit/win/
DChangeLog1778 Add IWebInspector methods to enable the profiler.
1782 <rdar://problem/6211578> Make the JavaScript profiler opt-in, so it does
/external/webkit/WebKit/qt/
DChangeLog696 Implement setJavaScriptProfilingEnabled in the Qt DRT to pass fast/profiler.