Skip to content

Commit 6e9c5c2

Browse files
committed
v0.3.0
1 parent 641e107 commit 6e9c5c2

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ All notable changes to the Python Resource Monitor extension will be documented
5656
## 0.2.3 - Beta
5757
- Update to `node-ps-data` [v1.4.0](https://github.com/2kai2kai2/node-ps-data/releases/tag/v1.4.0) to add support for Apple Silicon (`darwin-arm64`)
5858
- Add support for the new default VS Code Python debugger type `debugpy`
59+
60+
## 0.3.0
61+
- Update to `node-ps-data` [v1.4.1](https://github.com/2kai2kai2/node-ps-data/releases/tag/v1.4.1) and use memory resident/working set size instead of full memory (since MacOS memory reports the full address space which is not useful)
62+
- Moved graphs to the debug sideview instead of opening a new page when debug starts.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ However, this extension provides an easier, graphical solution that can show dat
1818

1919
## Features
2020

21-
Provides a resource monitor that is opened when debugging Python, including process memory, cpu usage, and file usage. Automatically launches (or reuses existing tab) upon debugging with Python.
21+
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.
2222

2323
![usage](images/usage.gif)
2424

@@ -38,5 +38,4 @@ _Test program storing strings of random sizes in memory_
3838
## Known Issues and Future Updates
3939

4040
- Hopefully, this will one day work for many languages and debuggers!
41-
- MacOS tends to allocate an extremely large amount of virtual memory, which can cause memory usage to appear inaccurate.
4241
- Response to mouseover of the graph.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python-resource-monitor",
33
"displayName": "Python Resource Monitor",
44
"description": "A resource monitor for the Python Debugger",
5-
"version": "0.2.3",
5+
"version": "0.3.0",
66
"publisher": "kaih2o",
77
"contributors": [
88
"2kai2kai2",

0 commit comments

Comments
 (0)