package ppx_module_timer

  1. Overview
  2. Docs
Ppx rewriter that records top-level module startup times

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_module_timer-v0.12.0.tar.gz
md5=16262567123c81beeadaa884e53722bd

Description

Part of the Jane Street's PPX rewriters collection.

Published: 01 Mar 2019

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.

Dependencies (7)

  1. ppxlib >= "0.5.0" & < "0.9.0"
  2. dune >= "1.5.1"
  3. time_now >= "v0.12" & < "v0.13"
  4. stdio >= "v0.12" & < "v0.13"
  5. ppx_base >= "v0.12" & < "v0.13"
  6. base >= "v0.12" & < "v0.13"
  7. ocaml >= "4.04.2"

Dev Dependencies

None

Used by (1)

  1. ppx_jane = "v0.12.0"

Conflicts

None