package mirage-profile

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-profile-v0.9.1.tbz
sha256=2bb6cf03c73c6f45dedc34365c9131b8bdda62390b04d26eb76793a6422a0352
sha512=23cc4a2a62f5cc05b48d626bd6c8171a442fd46490da6810b1c507fcd7661c7fcd901d8328cddf687af4144136bf0d34b63f8484e32550077ab63d23e6eaea2b

CHANGES.md.html

v0.9.1 2019-07-09

  • update for mirage-xen 4.0.0 (@talex5).

v0.9.0 2019-06-25

  • port to dune (@talex5)

  • upgrade opam metadata to 2.0 format (@talex5 @avsm)

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