监视Python代码的内存使用情况-Python开发

时间:2021-05-25 12:33:54
【文件属性】:
文件名称:监视Python代码的内存使用情况-Python开发
文件大小:148KB
文件格式:ZIP
更新时间:2021-05-25 12:33:54
Python Miscellaneous Memory Profiler这是一个python模块,用于监视进程的内存消耗以及逐行分析python程序的内存消耗。 它是一个纯python模块,取决于psutil模块。 Memory Profiler这是一个python模块,用于监视进程的内存消耗以及逐行分析python程序的内存消耗。 它是一个纯python模块,取决于psutil模块。 安装通过pip安装:$ pip install -U memory_profiler该软件包也可以在conda-forge上获得。 要从源代码安装,请下载软件包,解压缩并键入:$ python setup.py install用法逐行内存使用率逐行内存使用率
【文件预览】:
memory_profiler-master
----setup.py(1KB)
----.gitignore(156B)
----images()
--------flamegraph.png(61KB)
--------trend_slope.png(56KB)
----Makefile(784B)
----memory_profiler.py(47KB)
----.travis.yml(267B)
----MANIFEST.in(53B)
----README_DEV.rst(275B)
----COPYING(2KB)
----examples()
--------plot_memory.py(391B)
--------reporting_logger.py(841B)
--------example.py(177B)
--------multiprocessing_example.py(1KB)
--------numpy_example.py(398B)
--------example_undecorated.py(185B)
--------exxample_psutil_memory_full_info.py(5KB)
--------reporting_file.py(336B)
----README.rst(18KB)
----test()
--------test_attributes.py(254B)
--------test_gen.py(1KB)
--------test_global.py(69B)
--------test_memory_usage.py(2KB)
--------test_mprofile.py(959B)
--------test_exception.py(267B)
--------test_unicode.py(242B)
--------test_mprof.py(463B)
--------test_async.py(339B)
--------__init__.py(22B)
--------test_as.py(104B)
--------test_func.py(170B)
--------test_tracemalloc.py(1KB)
--------test_exit_code.py(1KB)
--------test_precision_command_line.py(748B)
--------test_nested.py(427B)
--------test_precision_import.py(842B)
--------test_import.py(179B)
--------test_loop.py(422B)
--------test_increment_display.py(2KB)
--------test_loop_decorated.py(453B)
--------test_stream_unicode.py(293B)
----mprof.py(33KB)

网友评论