/external/webkit/JavaScriptCore/API/ |
D | JSProfilerPrivate.cpp | 37 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/ |
D | Android.mk | 79 profiler/HeavyProfile.cpp \ 80 profiler/Profile.cpp \ 81 profiler/ProfileGenerator.cpp \ 82 profiler/ProfileNode.cpp \ 83 profiler/Profiler.cpp \ 84 profiler/TreeProfile.cpp \
|
D | JavaScriptCore.pri | 5 …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 \
|
D | JavaScriptCore.scons | 37 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')
|
D | GNUmakefile.am | 10 -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 …]
|
D | ChangeLog-2008-08-10 | 1578 <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 …]
|
D | ChangeLog | 252 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/ |
D | db_trans.py | 4 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/ |
D | Profiler.h | 54 static Profiler* profiler();
|
D | Profiler.cpp | 52 Profiler* Profiler::profiler() in profiler() function in JSC::Profiler
|
/external/webkit/WebCore/page/ |
D | Console.cpp | 266 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/ |
D | Android.mk | 98 $(JSC)/profiler \
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSGlobalObject.cpp | 100 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/ |
D | Interpreter.cpp | 710 if (Profiler* profiler = *Profiler::enabledProfilerReference()) { in unwindCallFrame() local 712 profiler->didExecute(callFrame, callFrame->callee()); in unwindCallFrame() 714 …profiler->didExecute(callFrame, codeBlock->ownerNode()->sourceURL(), codeBlock->ownerNode()->lineN… in unwindCallFrame() 791 if (Profiler* profiler = *Profiler::enabledProfilerReference()) { in throwException() local 794 …profiler->didExecute(callFrame, callFrame[codeBlock->instructions()[bytecodeOffset + 2].u.operand]… in throwException() 796 …profiler->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/ |
D | Android.mk | 152 $(LOCAL_PATH)/JavaScriptCore/profiler \
|
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 506 …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/ |
D | InspectorController.cpp | 1747 Profiler::profiler()->startProfiling(exec, title); in startUserInitiatedProfiling() 1764 RefPtr<Profile> profile = Profiler::profiler()->stopProfiling(exec, title); in stopUserInitiatedProfiling()
|
/external/webkit/JavaScriptGlue/ |
D | ChangeLog | 399 * ForwardingHeaders/profiler: Added. 400 * ForwardingHeaders/profiler/Profiler.h: Added.
|
/external/webkit/WebCore/ |
D | ChangeLog | 27364 <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 …]
|
D | ChangeLog-2008-08-10 | 295 <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/ |
D | ChangeLog | 104 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/ |
D | ChangeLog | 4103 Add WebInspector methods to enable the profiler. 4107 <rdar://problem/6211578> Make the JavaScript profiler opt-in, so it does
|
/external/webkit/WebKit/win/ |
D | ChangeLog | 1778 Add IWebInspector methods to enable the profiler. 1782 <rdar://problem/6211578> Make the JavaScript profiler opt-in, so it does
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 696 Implement setJavaScriptProfilingEnabled in the Qt DRT to pass fast/profiler.
|