Bug 21259
Summary: | Web Inspector: profiles should include timestamp or force unique names | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kevin McCullough <kmccullough> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | alph, graouts, inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Kevin McCullough
1) Open the Web Inspector and the console
2) Type "console.profile("Profile 1");"
3) Type "console.profileEnd("Profile 1");"
4) Note that in the profiler there is now a profile with the title "Profile 1"
5) Press the start/stop button in the profiler twice to make a new profile.
6) Notice that there are now two profiles with the name "Profile 1" in the list.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kevin McCullough
<rdar://problem/6259153<