package mirage-profile-unix

  1. Overview
  2. Docs
Collect runtime profiling information in CTF format

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-profile-0.8.2.tbz
md5=7f094bcb0b81746a712326ea583b2e76

CHANGES.md.html

v0.8.2 2017-11-22

  • add ocplib-endian to jbuild rules to support cstruct >= 3.2.0

v0.8.1 2017-06-19

  • update opam descriptions to correctly depend on io-page-xen

  • fix README instructions for latest interfaces

  • minimum supported OCaml version is 4.03.0+ as per rest of MirageOS 3

v0.8.0 2017-06-08

  • split into 3 ocamlfind and opam packages:

    • mirage-profile: generic code

    • mirage-profile-unix: Unix-specific library

    • mirage-profile-xen: Xen kernel specific library

  • build with jbuilder

  • release with topkg

  • modernize travis configuration

  • don't link client libraries against cstruct.ppx

  • add "Async" thread type

  • fix linking problem on Ubuntu 12.04

v0.7.0 2016-03-13

  • depend on cstruct.ppx (from >= 1.9.0) rather than cstruct.syntax

  • improve usage instructions