Open lahmatiy opened 2 years ago
great work on this! can the app display webworker traces also? just an idea
@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.
will it support heap profile or gc trace as well,I really like this kind of rethink about XXX profile analysis
Input formats
--preprocess
Integrations
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 profileViewer