python-cprofile vscode extensionWrapper for builtin python module 'cProfile' for profiling python code (measure time of execution for all functions/methods). FeaturesThis extension has 2 helpful commands. python-cprofile.profileCodeRuns shell command for executing cProfile python module for current file and generates profile output that can be parsed later python-cprofile.addInlineHintsRuns autamically after opening new file to add inline hints (trigger it manually for error messages if something go wrong on your side) Requirements
Extension Settings
Known Issues
Release Notes1.0.0Initial release. |