How to load saved .cpuprofile file in Chrome developer tools CPU profile?

8.4k views Asked by At

There's a save button in the Chrome dev tools profiler, but no load button. How do you load a saved profile back into Chrome to view it?

3

There are 3 answers

3
Konrad Dzwinel On BEST ANSWER

There is a "Load" button just under the list of profiles.

"Load" button on the Profiles tab in Chrome DevTools

0
Oleksandr Hrin On

In newer versions of Chrome, the "load profile" button is located here enter image description here

0
BenJey On

Here is an alternative way to view .cpuprofile files: http://jamie-wong.com/post/speedscope/

It provides an online and offline version. It works also for "bigger" files where the built in viewer of VS code ist struggeling.