A custom editor for viewing .cpuprofile
files in VS Code. Pairs well with our new JavaScript debugger.
This is an npm workspace, with a core package that shares data models and some UI between extensions.
npm run watch
to watch everything, or, for example, npm run watch:flame
, to only watch changes to the flame graph extension.npm run compile
, again with scopes like compile:flame
, create static compilations of various packages.