Bug 19227 - The JS profiler should be able to export profiles.
Summary: The JS profiler should be able to export profiles.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-05-23 17:14 PDT by Kevin McCullough
Modified: 2019-09-26 11:28 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McCullough 2008-05-23 17:14:45 PDT
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.
Comment 1 Kevin McCullough 2008-05-23 17:15:03 PDT
<rdar://problem/5958833> JSProfiler: Export profiles
Comment 2 Timothy Hatcher 2019-09-26 11:28:53 PDT
The Timelines tab in Web Inspector in recent builds can export and import recordings — including JavaScript.