mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
448 B
448 B
0.2
- trace-tef: additional argument to
with_setup; env for "stdout"/"stderr" - refactor: avoid conflicting with stdlib
Tracemodule by adding sublibrarytrace.core. Programs that usecompiler-libs.toplevelshould usetrace.coredirectly, because usingtracewill cause linking errors. - perf(trace-tef): improve behavior of collector under contention by pulling all events at once in the worker
0.1
initial release