You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chrome Developer Tools
Is there any facility to export the profiling information that is used for analysing the Javascript. It would be incredibly helpful if a perftools style of report was possible.
Paul Irish
unread,
Dec 16, 2011, 6:43:32 PM12/16/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Theo, Google Chrome Developer Tools
Hi Theo
console.profile('mytest')
// do stuff
console.profileEnd('mytest');
console.profiles[0] // obj representing the profiling data.