[ 源代码: python-line-profiler ]
软件包:python3-line-profiler(4.0.2-1)
python3-line-profiler 的相关链接
Debian 的资源:
下载源码包 python-line-profiler:
- [python-line-profiler_4.0.2-1.dsc]
- [python-line-profiler_4.0.2.orig.tar.gz]
- [python-line-profiler_4.0.2-1.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.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 11)
- GNU 标准 C++ 库,第3版
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)