Bug 19227
Summary: | The JS profiler should be able to export profiles. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kevin McCullough <kmccullough> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | chrisjshull, graouts, inspector-bugzilla-changes, rik, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Kevin McCullough
It would be great if the profiler could export profiles to disk for keeping long-term. It would also be good if they were in a format that is readable by other tools (e.g. sample style output works in Shark, Instruments, etc). There may be platform specific styles of output needed.
Alternatively this could be a Save/Load mechanic, but Export would be easiest as Profile::debugPrintDataSampleStyle() could be easily converted to achieve this.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kevin McCullough
<rdar://problem/5958833> JSProfiler: Export profiles
Timothy Hatcher
The Timelines tab in Web Inspector in recent builds can export and import recordings — including JavaScript.