0

Is there a way of exporting the javascript profiling information from Chrome?

It would be brilliant if a perftools style report of the javascript code could be generated.

1 Answer 1

1

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

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.