[ bianca ]
[ 源代码: python-line-profiler ]
软件包:python3-line-profiler(4.2.0-1 以及其他的)
python3-line-profiler 的相关链接
下载源码包 python-line-profiler:
- [python-line-profiler_4.2.0-1.debian.tar.xz]
- [python-line-profiler_4.2.0-1.dsc]
- [python-line-profiler_4.2.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [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 Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.13~)