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.
|
(lang dune 2.4) |
|
(generate_opam_files true) |
|
|
|
(name camtrail) |
|
(source (github let-def/camtrail)) |
|
(license MIT) |
|
(authors "Frédéric Bour") |
|
(maintainers "fred@tarides.com") |
|
|
|
(package |
|
(name camtrail) |
|
(synopsis "Lighweight tracing for OCaml programs") |
|
(depends dune))
|
|
|