zjffun / vscode-js-profile-visualizer

A custom editor for viewing `.cpuprofile` files in VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-js-profile-visualizer

A custom editor for viewing .cpuprofile files in VS Code. Pairs well with out new JavaScript debugger.

Format of .cpuprofile

Contributing

This is a Lerna monorepo, with a core package that shares data models and some UI between extensions.

  • You can use npm run watch to watch everything, or, for example, npm run watch:flame, to only watch changes to the flame graph extension.
  • There's a launch config that runs all extensions.
  • npm run compile, again with scopes like compile:flame, create static compilations of various packages.
  • If you need to install a dependency in one package, you can use lerna add, or add it to the package.json and then run lerna bootstrap.

About

A custom editor for viewing `.cpuprofile` files in VS Code

License:MIT License


Languages

Language:TypeScript 91.2%Language:CSS 5.7%Language:JavaScript 1.9%Language:GLSL 1.2%