This extension shows *.prof
files generated by python -m cProfile -o [output].prof my_script.py
using snakeviz
.
This extension has two requirements:
ms-python.python
must be installed to resolve the python interpreter path. Ifms-python.python
is not available, this extension will try to usepython
as the interpreter.snakeviz
must be installed for the interpreter identified in step 1.