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
@cmdcolin I'm going to add a switching between threads for Chromium timeline profiles (added a point to "viewer" about it), since a webworker is a thread and timeline contains a separate profile for each of them. However, that's a complex task and I can't currently say for sure about ETA of this feature.
Input formats
--preprocess
Support for Firefox/Safari profilesPostponed until done with V8Integrations
API
performance.mark()
/performance.measure()
)setSamplingInterval
cpupro -- script.js ...params
as an alternative tonode --require cpupro script.js ...params
Data (capturing & processing)
file:///path/...
and/path/...
to one formstartProfiling
/stopProfiling
frames from the profilePopulate collected profile with code fragmentsThis data can be obtained from V8 logViewer
The text was updated successfully, but these errors were encountered: