Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SnakevizNew to Visual Studio Code? Get it now.
Snakeviz

Snakeviz

tillahoffmann

|
7,259 installs
| (2) | Free
Visualize python profiling results using snakeviz.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft