程序员需要经常刷题吗-line_profiler:(旧仓库)Python的逐行分析-当前仓库->

时间:2024-07-21 06:40:46
【文件属性】:

文件名称:程序员需要经常刷题吗-line_profiler:(旧仓库)Python的逐行分析-当前仓库->

文件大小:33KB

文件格式:ZIP

更新时间:2024-07-21 06:40:46

系统开源

需要程序员经常刷题吗line_profiler 和 kernprof line_profiler 是一个用于逐行分析函数的模块。 kernprof 是一个方便的脚本,用于运行 line_profiler 或 Python 标准库的 cProfile 或 profile 模块,具体取决于可用的内容。 它们在 . 内容 注意:从 2.1.2 版本开始, pip install line_profiler 不起作用。 请按如下方式安装,直到在下一个版本中修复: git clone https://github.com/rkern/line_profiler.git find line_profiler -name '*.pyx' -exec cython {} \; cd line_profiler pip install . --user 可以使用 pip 安装 line_profiler 的版本: $ pip install line_profiler 源版本和任何二进制文件都可以从 PyPI 链接下载。 要查看开发源,您可以使用: $ git clone https://github.


【文件预览】:
line_profiler-master
----line_profiler.py(13KB)
----.gitignore(151B)
----dev_requirements.txt(20B)
----README.rst(17KB)
----kernprof.py(7KB)
----python25.pxd(40KB)
----tests()
--------test_line_profiler.py(3KB)
--------_test_kernprof_py35.py(666B)
--------test_kernprof.py(3KB)
----timers.h(75B)
----unset_trace.c(126B)
----_line_profiler.pyx(7KB)
----timers.c(1KB)
----LICENSE.txt(2KB)
----MANIFEST.in(180B)
----setup.py(3KB)
----line_profiler_py35.py(425B)
----.travis.yml(527B)
----unset_trace.h(20B)
----Makefile(435B)
----LICENSE_Python.txt(14KB)

网友评论