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

Auto record and save chrome developer tools is not working #16

Closed chinni20 closed 5 years ago

chinni20 commented 5 years ago

Hi Paulirish,

After i followed the instructions ,I am encountering the following issues.

  1. I am able to see the CPU profile under the C:\tools\automated-chrome-profiling , but when i load the profile i am not able to see any content 2.Getting error when i run node get-timeline-trace.js , node log-trace-metrics.js

My main goal is with Auto record capture the Performance metrics aka Timeline and later on i can load it and do some analysis.

Please see the blow screenshots

I am not sure what went wrong .Could you you please advise!

image

image

image

image

image

image

Thanks, Raj

chinni20 commented 5 years ago

@paulirish , I am able to figured it out why get-timeline-trace.js thrown error.