pypapi:PAPI(性能应用程序编程接口)库的Python绑定

时间:2024-05-22 13:33:59
【文件属性】:

文件名称:pypapi:PAPI(性能应用程序编程接口)库的Python绑定

文件大小:37KB

文件格式:ZIP

更新时间:2024-05-22 13:33:59

Python

PyPAPI PyPAPI是库的Python绑定。 PyPAPI实现了整个PAPI高级API和部分低级API。 从v5.5.1.4开始,PyPAPI仅与GCC 7.0或更高版本兼容。 对于较旧的GCC版本,请使用以前的版本。 说明文件: 安装PyPAPI 请参阅文档的此页面: 骇客 为本地开发构建PyPAPI 要使用PyPAPI,首先必须克隆此存储库,并初始化和更新子模块: git clone https://github.com/flozz/pypapi.git cd pypapi git submodule init git submodule update 然后,您必须在pypapi模块内部构建PAPI和C库。 可以使用以下命令完成此操作: python setup.py build python pypapi/papi_build.py 产生文件 从virtuale


【文件预览】:
pypapi-master
----MANIFEST.in(94KB)
----.travis.yml(301B)
----.gitmodules(74B)
----pypapi()
--------events.py(8KB)
--------papi_low.py(18KB)
--------papi_build.py(450B)
--------papi_high.py(9KB)
--------__init__.py(236B)
--------papi.h(13KB)
--------consts.py(2KB)
--------papi_high_types.py(1KB)
--------exceptions.py(4KB)
----docs()
--------papi_high.rst(88B)
--------events.rst(397B)
--------licenses.rst(3KB)
--------conf.py(5KB)
--------exceptions.rst(71B)
--------install.rst(665B)
--------types.rst(86B)
--------papi_low.rst(85B)
--------consts.rst(967B)
--------index.rst(936B)
----tools()
--------readme-to-rst.sh(271B)
--------generate_manifest_in.sh(417B)
--------generate_papi_events.py(3KB)
----LICENSE(484B)
----papi()
----requirements.txt(447B)
----setup.py(1KB)
----.gitignore(79B)
----README.md(2KB)

网友评论