[ 原始碼: spyder-line-profiler ]
套件:python3-spyder-line-profiler(0.3.2-2)
python3-spyder-line-profiler 的相關連結
Debian 的資源:
下載原始碼套件 spyder-line-profiler:
- [spyder-line-profiler_0.3.2-2.dsc]
- [spyder-line-profiler_0.3.2.orig.tar.gz]
- [spyder-line-profiler_0.3.2-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
line profiling plugin for the Spyder IDE
This is a plugin for the Spyder IDE that integrates the Python line profiler.
Add a `@profile` decorator to the functions that you wish to profile then press Shift+F10 (line profiler default) to run the profiler on the current script, or go to `Run > Run line profiler`.
The results will be shown in a dockwidget, grouped by function. Lines with a stronger color take more time to run.
其他與 python3-spyder-line-profiler 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-line-profiler (>= 4.1.2)
- line-by-line profiling for Python
-
- dep: python3-qtawesome
- iconic fonts in PyQt and PySide applications (Python 3)
-
- dep: python3-spyder (>= 5.4.1)
- Richly-featured Python IDE - Python modules