package landmarks
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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
Dev Dependencies (2)
-
odoc
with-doc -
js_of_ocaml
with-test & > "5"
Used by (3)
-
landmarks-ppx
>= "1.7" - landmarks-speedscope
-
oktree
>= "0.2.4"
Conflicts (1)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page