package landmarks

  1. Overview
  2. No Docs
A simple profiling library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.7.tar.gz
md5=532000d8f755fefdbeb7e1bad7704ff4
sha512=767ec9c61047902143a55bb5307e3abae33cc1165973f3374fd008136fb901f7f5fabfbba807bdbe20e3f854d7c21fdb7da860a7a1c0e0b91a898e8b341dfd9d

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 preprocessor (see landmarks-ppx package).

Published: 20 Jun 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 (3)

  1. landmarks-ppx >= "1.7"
  2. landmarks-speedscope
  3. oktree >= "0.2.4"