[ 源代码: python-line-profiler ]
软件包:python3-line-profiler(2.1-2)
python3-line-profiler 的相关链接
Debian 的资源:
下载源码包 python-line-profiler:
- [python-line-profiler_2.1-2.dsc]
- [python-line-profiler_2.1.orig.tar.gz]
- [python-line-profiler_2.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
line-by-line profiling for Python
LineProfiler can be given functions to profile, and it will time the execution of each individual line inside those functions. In a typical workflow, one only cares about line timings of a few functions because wading through the results of timing every single line of code would be overwhelming. However, LineProfiler does need to be explicitly told what functions to profile.
If you are using IPython, there is an implementation of an %lprun magic command which will let you specify functions to profile and a statement to execute.
其他与 python3-line-profiler 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)
-
- dep: python3-ipython
- Enhanced interactive Python shell (Python 3 version)