Export profiling information

188 views
Skip to first unread message

Theo

unread,
Dec 16, 2011, 10:38:37 AM12/16/11
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
to Theo, Google Chrome Developer Tools
Hi Theo

console.profile('mytest')
// do stuff
console.profileEnd('mytest');

console.profiles[0] // obj representing the profiling data.

:)

_
Paul
Chrome Developer Advocate
Reply all
Reply to author
Forward
0 new messages