Searched refs:profileEnd (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/bindings/js/ |
D | JSConsoleCustom.cpp | 69 JSValue JSConsole::profileEnd(ExecState* exec) in profileEnd() function in WebCore::JSConsole 76 impl()->profileEnd(title, exec, callStack); in profileEnd()
|
/external/webkit/Source/WebCore/page/ |
D | Console.h | 106 void profileEnd(const String&, ScriptState*, PassRefPtr<ScriptCallStack>);
|
D | Console.idl | 48 [Custom] void profileEnd(in DOMString title);
|
D | Console.cpp | 282 void Console::profileEnd(const String& title, ScriptState* state, PassRefPtr<ScriptCallStack> callS… in profileEnd() function in WebCore::Console
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8ConsoleCustom.cpp | 107 imp->profileEnd(title, ScriptState::current(), callStack); in profileEndCallback()
|
/external/webkit/Source/WebCore/inspector/ |
D | InjectedScriptSource.js | 610 profileEnd: function() method in CommandLineAPIImpl 612 return console.profileEnd.apply(console, arguments)
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 4276 (KJS::Profile::removeProfileEnd): Ditto for profileEnd. 4945 console.profileEnd() will be in the profile tree. 5484 or console.profileEnd() 5494 (KJS::Profile::removeProfileEnd): Removes the call to console.profileEnd 5501 facilitate readability and the removal of profile() and profileEnd() 17490 console.profile() and console.profileEnd().
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 9675 (WebCore::Console::profileEnd): No longer needs to handle the return of 12050 (WebCore::JSConsole::profileEnd): 12286 (WebCore::Console::profileEnd): 18511 stored by the InspectorController when Console.profileEnd is called. 18524 (WebCore::JSConsole::profileEnd): Added. Calls impl()->profileEnd() 18528 (WebCore::Console::profileEnd): Accept the optional title argument 18532 * page/Console.idl: Made profileEnd Custom so we can get the ExecState. 19007 correctly to parent functions when calling profile() and profileEnd() 19012 (WebCore::Console::profileEnd): 28240 (WebCore::Console::profileEnd): [all …]
|
D | ChangeLog-2009-06-16 | 63212 Add back ability to end all profiling via console by invoking profileEnd 63216 (WebCore::Console::profileEnd): Removed title null-checking and 63528 (WebCore::Console::profileEnd): 74476 (WebCore::Console::profileEnd): Ditto. 76027 (WebCore::Console::profileEnd): 82909 Bug 21255: console.profileEnd() without a console.profile() crashes the 82913 (WebCore::Console::profileEnd): 93033 (WebCore::Console::profileEnd): Move the variables from the header to 93176 (WebCore::Console::profileEnd): 94717 profileEnd has been called, but don't use it until didFinishProfiling is [all …]
|
D | ChangeLog-2011-02-16 | 18543 (WebCore::Console::profileEnd): 20284 (WebCore::Console::profileEnd): 20512 (WebCore::Console::profileEnd): 20538 (WebCore::Console::profileEnd):
|
D | ChangeLog-2010-12-06 | 3883 (WebCore::JSConsole::profileEnd): 3936 (WebCore::Console::profileEnd): 16518 (WebCore::JSConsole::profileEnd): 16607 (WebCore::Console::profileEnd): 28235 (WebCore::Console::profileEnd): 28900 (WebCore::Console::profileEnd): 29024 (WebCore::Console::profileEnd):
|
D | ChangeLog-2010-01-29 | 32726 Enable 'console.profile()' and 'console.profileEnd()' 32734 (WebCore::JSConsole::profileEnd): 58408 (WebCore::Console::profileEnd): 93490 (WebCore::Console::profileEnd):
|
D | ChangeLog-2010-05-24 | 50023 (WebCore::Console::profileEnd): 53163 (WebCore::Console::profileEnd):
|