Skip to content

skcho/ppx_timer

Repository files navigation

ppx_timer

Ppx for timer

Install

opam pin add ppx_timer https://github.com/skcho/ppx_timer.git 

Example

[%timer exp] is expanded to

Timer.start_here <pos:Lexing.position>; let v = exp inTimer.stop (); v

to calculate the evaluation time of exp. See test for examples.

About

Ppx for timer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published