package runtime_events_tools

  1. Overview
  2. Docs
Tools for the runtime events tracing system in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

runtime_events_tools-0.2.tbz
sha256=badd66ccf50b591f8de7957fffedfd94d8eab1204d7447c954c6c06f6f5ff026
sha512=b9ce5ecc19eae8196a0f6ad10d06c98f78581402fd7b9f0bb6d46a8bf5ea1885a15a235dbaede7aa1196c1c39b307818fdca004189ede8f1a93800eb17c82c49

Description

Various tools for the runtime events tracing system in OCaml

Published: 21 Jun 2022

README

README.md

A collection of tools around the runtime events tracing system introduced in OCaml 5.0.

## ocaml-runtime-tracer

Usage:
$ ocaml-runtime-tracer <trace_filename> <executable> <args...> 

ocaml-runtime-tracer will record the runtime tracelog to <trace_filename> of the given <executable> and <args>.

Dependencies (3)

  1. ocamlfind
  2. ocaml >= "5.0.0~"
  3. dune >= "3.2"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. opsian

Conflicts

None