webkit - How to export Safari Web Inspector timeline data? -


just in chrome developer tool, wondering if there tool/extension/plugin allow me export timeline data in safari. tried nightly build of webkit not have feature. seems chrome specific functionality.

i have use safari because testing webapp on iphone.

i searched around hints not any. of thinking of 2 options timeline information:

  • build safari extension
  • get chrome dev tool's timeline code , build own version of webkit (if that's possible!)

any guides/insights highly appreciated!

update 1: downloaded webkit , found out supports remote iphone debugging through usb. can find code web inspector webkit , use code export timeline data.

safari's web inspector use webkit remote debugging protocol. however, safari not use tcp/http transport layer, making incompatible chrome. source

thankfully, google wrote proxy allowing overcome limitation.


Comments