Bug 135612
Summary: | Web Inspector: timelines shouldn't count time elapsed while debugger is paused | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brian Burg <burg> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Brian Burg
:(
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/17917949>
Brian Burg
Actually, sometimes the timeline does resume, but it treats the paused time as 100% CPU on the paused call frame or something. Ideally, it would not count paused time against execution duration.
For replay, we could drop a breakpoint marker on the timeline, and replay back to it. But that's a separate bug.
Brian Burg
*** This bug has been marked as a duplicate of bug 136351 ***