Bug 19880

Summary: Inspector should support profile/profileEnd() in the command line
Product: WebKit Reporter: Keishi Hattori <keishi>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: aroben, rik
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 14355    

Description Keishi Hattori 2008-07-03 06:59:18 PDT
Inspector should support profile/profileEnd() in the command line for Firebug parity.
Comment 1 Adam Roben (:aroben) 2008-07-03 08:03:04 PDT
It's already possible to call console.profile[End] from the command line, but I guess Firebug lets you leave off the "console."
Comment 2 Kevin McCullough 2008-07-10 14:12:34 PDT
Is this true for all console commands?
Comment 3 Adam Roben (:aroben) 2008-07-10 14:51:59 PDT
(In reply to comment #2)
> Is this true for all console commands?

I don't believe it is. You can tell by looking at http://getfirebug.com/commandline.html
Comment 4 Adam Roben (:aroben) 2008-07-11 14:09:02 PDT
<rdar://problem/6070236>
Comment 5 Timothy Hatcher 2008-08-11 20:59:23 PDT
Landed in r35676.