package ppx_module_timer
Ppx rewriter that records top-level module startup times
Install
Dune Dependency
Authors
Maintainers
Sources
ppx_module_timer-v0.16.0.tar.gz
sha256=2aee6ebec3dc3378a88a245a2c4f7c6314e96c377a02f390622c125bcef41f74
Description
Part of the Jane Street's PPX rewriters collection.
Published: 02 Jun 2023
README
ppx_module_timer
A ppx extension to record module startup times.
Modules using ppx_module_timer
(included in ppx_jane_kernel
) now have instrumentation to record their startup time. If the environment variable PPX_MODULE_TIMER
is set (to anything), each module records its startup time, and before exiting the process prints out all of the module times in the order they occurred.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page