#10 removed the latency subcommand, which is documented in the OCaml reference manual:
https://ocaml.org/manual/5.4/runtime-tracing.html
What do you think would be a good way to fix this? I suppose that we could either:
- fix the manual
- ... or reinstate the
latency subcommand (which has the upside of also working with past versions of the manual)
P.S.: to try to follow the manual I also had to pin runtime_events_tools to its development version to avoid the cmdliner < 2.0.0 constraint. I wouldn't mind a release with the current more flexible bounds on the rest of the ecosystem.