package benchmark
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Benchmark running times of code
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-3.0 WITH OCaml linking exception License
Edit opam file
Versions (4)
Authors
Maintainers
Sources
benchmark-1.7.tbz
sha256=0228fbbc9cda98d5907e32de1a010d948a7a225f3e59cf61b1a86be1e0c6b3af
sha512=9ca163fb3ae6c5e5239d0198cc9ec9b0811a48cf160f6e0fff635b0afdda99ae4503d0e4341b95bcb1e15bc1fcb60238761e49d4004c506fb2c53174c9890de2
doc/README.html
Benchmark — measure/compare run-time of OCaml functions
Benchmark provides functions to measure and compare the run-time of functions. It is inspired by the Perl module of the same name.
Installation
The easier way to install it is by using opam:
opam install benchmarkIf you use the development version of this project, install Dune and issue
make
make installDocumentation
See the interface of Benchmark. It can also be read in HTML.
Copyright 2004-present, Christophe Troestler Copyright 2002-2003, Doug Bagley
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page