package runtime_events_tools_bare
Tools for the runtime events tracing system in OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
runtime_events_tools-0.5.2.tbz
sha256=45482905c25bf6a192bc82c4018eaaee2bc6209147e4b8775a20e679fdc1c4a8
sha512=e539fbe25a7757c5ea7389c9ef25cfdc37767608983569e74109a67bf3c624801478be5d2f035ec8134b1c19f9f9e2dcfb186e16fba162216fee8afbd2103260
doc/CHANGES.html
Unreleased
0.5.2
- Allow olly to attach to an external process (#45, @eutro)
- Fix executable arguments when launching a process. (#55, @tmcgilchrist)
- Emit runtime counter events for tracing (#46, @kayceesrk)
- Make counters optional. (#49, @kayceesrk)
- Fix GC stats to use timestamp from events (#48, @kayceesrk)
0.5.1
- Fix support on ARM64 platforms (Linux and MacOS) (#34, @tmcgilchrist)
- Remove ocamlfind dependency. (#36, @tmcgilchrist)
- Expand gc-stats help (#28, @ju-sh)
0.5.0
- Custom events for json (#24, @Sudha247)
- Improvements to correct gc-stats (#19, @Sudha247)
- olly trace: ingest custom events starting from OCaml 5.1 (#17, @TheLortex)
0.4.0
- Fix dependencies (#14, @Sudha247)
- Improve JSON output produced by olly gc-stats (#13, @punchagan)
- Mention Fuchsia format in the README (#11, @Sudha247)
- Gc subcommand (#10, @Sudha247)
- Add Fuchsia Trace Format output to olly (#6, @tomjridge)
- Added --output option to redirect olly printing (#5, @ElectreAAS)
- Added json printing option (#4, @ElectreAAS)
0.3
- Initial opam release
0.2
- Initial opam release
0.1
- Initial opam release