Profiling startup performance
If the time for loading the window looks high, you can create a CPU profile for that period using the --profile-startup command line flag when starting Pulsar:
$ pulsar --profile-startup .
This will automatically capture a CPU profile as Pulsar is loading and open the developer tools once Pulsar loads. From there:
- Click the Profiles tab in the Developer Tools
- Select the “startup” profile
- Click the “Save” toolbar button for the startup profile
You can then include the startup profile in any issue you report.