Skip to content

2kai2kai2/VSCode-Python-Resource-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 29, 2024
6e9c5c2 · Aug 29, 2024

History

55 Commits
Aug 29, 2024
Oct 21, 2021
Aug 29, 2024
May 25, 2024
Aug 29, 2024
May 25, 2024
May 27, 2021
Sep 20, 2022
May 25, 2024
Jun 5, 2023
Aug 29, 2024
Sep 1, 2023
Aug 29, 2024
Aug 29, 2024
Aug 29, 2024
Dec 7, 2021

Repository files navigation

GitHub Version Published Version Installs Last Updated Donate

Python Resource Monitor

Until now, resource and performance monitor extensions in VS Code only displayed current global resource consumption data via lists and text. Likewise, it is very awkward to use third-party tools to find the process you want to monitor.

However, this extension provides an easier, graphical solution that can show data specific to the process being used by the Python debugger! Yeah, so I made this because searching for the right Python process in Task Manager was annoying.

Features

Provides a resource monitor that is opened when debugging Python, including process memory, cpu usage, and file usage. Automatically appears in the debug tab when debugging with python.

usage

Test program storing strings of random sizes in memory

Uses theme colors

usage2

Customizable

Command Usage
PyRSM: Length Set the maximum log length in milliseconds of the resource monitor. Set to 0 to allow unlimited length (time display will scale).
PyRSM: Polling Interval Set the time between datapoints in milliseconds.

Known Issues and Future Updates

  • Hopefully, this will one day work for many languages and debuggers!
  • Response to mouseover of the graph.