You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you ever wondered what is the best way to get a CPU profile into DevTools, this is your place. The Profile and ProfileChunk events are here to visualize CPU profile chunks into DevTools process threads.
625
625
626
-
````
626
+
```ts
627
627
/** Sample Event (ph='P') – a sampling profiler event (e.g. CPU sample) */
0 commit comments