[ buster ]
[ bullseye ]
[ 源代码: spyder-memory-profiler ]
软件包:python3-spyder-memory-profiler(0.1.2-1)
python3-spyder-memory-profiler 的相关链接
Debian 的资源:
下载源码包 spyder-memory-profiler:
- [spyder-memory-profiler_0.1.2-1.dsc]
- [spyder-memory-profiler_0.1.2.orig.tar.gz]
- [spyder-memory-profiler_0.1.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
memory profiling plugin for the Spyder IDE
This is a plugin for the Spyder IDE that integrates the Python memory profiler. It allows you to see the memory usage in every line.
Add a `@profile` decorator to the functions that you wish to profile then press Ctrl+Shift+F10 to run the profiler on the current script, or go to `Run > Profile memory line by line`.
The results will be shown in a dockwidget, grouped by function. Lines with a stronger color have the largest increments in memory usage.
其他与 python3-spyder-memory-profiler 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-memory-profiler
- memory consumption analysis for Python programs (Python 3)
-
- dep: python3-spyder
- public modules for spyder (Python 3)