paulirish / automated-chrome-profiling

Node.js recipes for automating javascript profiling in Chrome
https://github.com/paulirish/automated-chrome-profiling#readme
863 stars 72 forks source link

Adding 2 trace categories to get the full JS stacks #11

Closed sbougon closed 7 years ago

sbougon commented 7 years ago

(so we are getting the same timeline as if you hit the "record" button on the timeline/performance tab)

see https://github.com/paulirish/automated-chrome-profiling/issues/10 for context

paulirish commented 7 years ago

good call. thanks.