Giter Site home page Giter Site logo

williamkosasih19 / pypapi_fork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flozz/pypapi

0.0 0.0 0.0 1.61 MB

Python binding for the PAPI (Performance Application Programming Interface) library

Home Page: https://flozz.github.io/pypapi/

License: Do What The F*ck You Want To Public License

Shell 1.14% Python 77.21% C 21.66%

pypapi_fork's Introduction

PyPAPI

Build Status PYPI Version License

PyPAPI is a Python binding for the PAPI (Performance Application Programming Interface) library. PyPAPI implements the whole PAPI High Level API and partially the Low Level API.

Starting with v5.5.1.4, PyPAPI is only compatible with GCC 7.0 or higher. Please use previous releases for older GCC version.

Documentation:

Installing PyPAPI

See this page of the documentation:

Hacking

Building PyPAPI For Local Development

To work on PyPAPI, you first have to clone this repositiory and initialize and update submodules:

git clone https://github.com/flozz/pypapi.git
cd pypapi

git submodule init
git submodule update

Then you have to build both PAPI and the C library inside the pypapi module. This can be done with the following commands:

python setup.py build
python pypapi/papi_build.py

Generating Documentation

From a virtualenv:

pip install -r requirements.txt
python setup.py build_sphinx

Changelog

  • 5.5.1.5: Fixes issue with module named types.py (#19, thx @mcopik)
  • 5.5.1.4: Fixes compilation with GCC 8 and newer (#18)
  • 5.5.1.3: Removes .o, .lo and other generated objects from the package
  • 5.5.1.2: Partial bindings for the low level API
  • 5.5.1.1: Adds missing files to build PAPI
  • 5.5.1.0: Initial release (binding for papy 5.5.1)

pypapi_fork's People

Contributors

flozz avatar mboutigny avatar mcopik avatar dependabot[bot] avatar maresmar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.