Bug 151198
| Summary: | Show number of calls to a function in Rendering Frames timeline | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Web Inspector | Assignee: | Matt Baker <mattbaker> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
The Rendering Frames timeline does not indicate how many times a function has been called. I'd like to be able to see that information to check the number of calls to, say, CanvasRendering2DContext's drawImage(), are what I expect without adding dedicated logging. It would also be valuable to identify if some of those calls are more expensive than others in a loop of drawImage() calls.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/23518464>
Matt Baker
This is no longer relevant, since we've moved to a sampling profiler.