A ppx that instruments OCaml code to produce traces of execution.
Traces can be explored to understand the control flow and see where time is spent in a program.
Traces can be compared to see how a patch affects control flow.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(library |
|
(name camtrail_ppx) |
|
(public_name camtrail.ppx) |
|
(libraries ocaml-migrate-parsetree) |
|
(kind ppx_rewriter))
|
|
|