Skip to content

0.6

Compare
Choose a tag to compare
@c-cube c-cube released this 18 Jan 15:18
· 46 commits to main since this release
659ce2e

CHANGES:

  • add ppx_trace for easier instrumentation.
    • let%trace span = "foo" in … will enter a scope span named "foo"
    • let%trace () = "foo" in … will enter a scope named "foo" with a hidden name
  • add trace-fuchsia backend, which produces traces in the binary format
    of fuchsia.
    These traces are reasonably efficient to produce (~60ns per span on my machines)
    and reasonably compact on disk, at least compared to the TEF backend.