discoveryjs / cpupro

Rethinking of CPU profile analysis
https://discoveryjs.github.io/cpupro/
MIT License
464 stars 7 forks source link

Todo / Roadmap #1

Open lahmatiy opened 2 years ago

lahmatiy commented 2 years ago

Input formats

Integrations

API

Data (capturing & processing)

Viewer

cmdcolin commented 2 years ago

great work on this! can the app display webworker traces also? just an idea

lahmatiy commented 2 years ago

@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.

eJayYoung commented 1 year ago

will it support heap profile or gc trace as well,I really like this kind of rethink about XXX profile analysis