Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Profiler HeatmapNew to Visual Studio Code? Get it now.
Profiler Heatmap

Profiler Heatmap

Jan Tomec

| (0) | Free
Visualize profiling results as a source heatmap inside VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

HeatMap

HeatMap is a VS Code extension that profiles a selected pytest test and visualizes the resulting hotspots as an editor heatmap.

Current capabilities

  • Discover pytest tests from the command palette
  • Profile a selected test with cProfile
  • Project function-level timing onto source lines
  • Color entire lines by heat intensity
  • Show inline HUD metrics for cumulative time, total time, and call count
  • Toggle the current overlay from a status bar button

Development

npm install
npm run build

Recommended debug entrypoint: run the Run HeatMap Extension launch configuration in VS Code.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft