/vscode-snakeviz

Primary LanguageTypeScriptMIT LicenseMIT

Snakeviz extension

This extension shows *.prof files generated by python -m cProfile -o [output].prof my_script.py using snakeviz.

Requirements

This extension has two requirements:

  1. ms-python.python must be installed to resolve the python interpreter path. If ms-python.python is not available, this extension will try to use python as the interpreter.
  2. snakeviz must be installed for the interpreter identified in step 1.