package mirage-profile-xen

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

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-profile-v0.9.0.tbz
sha256=60a76c482fbac9dedbfcb8b5536c57bf6678f48523131235a114862b0483c381
sha512=8efffd7f8a7af169e4880377e2376b830c12baed66611f669992afcae6002c1df7a02e95e2e1d6d498b10a39260e5fa9442e2c9aaf67f4a3ffd2071925a4f1d7

CHANGES.md.html

v0.9.0 2019-07-10

  • 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