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

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -