package landmarks

  1. Overview
  2. No Docs
A simple profiling library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.6.tar.gz
md5=b1e7b5859b658e4da0af1b78ce157fe0
sha512=097490d12ff7300ac490696d65db02d6d3a4926a649496eb89e54929bff60b2781ac2f2eeb3b1a8190f9b6f1916ed61802e8d984319fbffb6785145bc46ca61d

Description

Landmarks is a simple profiling library for OCaml. It provides primitives to measure time spent in portion of instrumented code. The instrumentation of the code may either done by hand, automatically or semi-automatically using the ppx pepreprocessor (see landmarks-ppx package).

Published: 13 May 2026

Dependencies (2)

  1. ocaml >= "4.08"
  2. dune >= "3.16"

Dev Dependencies (2)

  1. odoc with-doc
  2. js_of_ocaml with-test & > "5"

Used by (2)

  1. landmarks-ppx >= "1.6"
  2. oktree >= "0.2.4"