package papi

  1. Overview
  2. Docs
Performance Application Programming Interface for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

papi-0.1.0.tbz
md5=bc1bf7f2a3768857723061e510d7adec

Description

Papi provides OCaml bindings to [PAPI (Performance Application Programming Interface)][papi-home], a C library for portable access to hardware performance counters.

Published: 07 Mar 2019

README

papi — Performance Application Programming Interface for OCaml

v0.1.0

Papi provides OCaml bindings to PAPI (Performance Application Programming Interface), a C library for portable access to hardware performance counters.

The bindings closely follow PAPI's own interface. As a consequence, the multitude of errors that PAPI can signal are propagated to OCaml. User is advised to at least skim the PAPI documentation.

Papi depends on the PAPI C library, version 5.4 or above.

Papi is distributed under the ISC license.

Homepage: https://github.com/pqwy/ocaml-papi

Documentation

Interface files or online.

Dependencies (6)

  1. ocb-stubblr build
  2. conf-pkg-config build
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml < "4.14"

Dev Dependencies (1)

  1. fmt with-test

Used by

None

Conflicts

None