Saving chrome timeline data via javascript api -


starting , stopping dev tools timeline easy:

console.timeline("timeline1"); console.timelineend(); 

i looking way extract data timeline , post server. or trigger browsers 'save timeline data'. want collect timeline data peoples machines while test web application.

is possible?

thanks.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -