Skip to content

ocaml: add functional-language adapter with per-function tracing - #2

Open
briheet wants to merge 1 commit into
mainfrom
briheet/ocaml-adapter
Open

briheet wants to merge 1 commit into
mainfrom
briheet/ocaml-adapter

Conversation

@briheet

@briheet briheet commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Adds internal/adapters/ocaml with:

  • Static callgraph via OCaml compiler-libs (Parser + Ast_iterator)
  • Per-call function tracing via AST-transform + Runtime_events custom spans
  • GC/allocation metrics + per-function heat/timeline decode
  • ocamlopt build pipeline with embedded profiler.ml

Registered as the "ocaml" target in the factory.

Adds internal/adapters/ocaml with:
- Static callgraph via OCaml compiler-libs (Parser + Ast_iterator)
- Per-call function tracing via AST-transform + Runtime_events custom spans
- GC/allocation metrics + per-function heat/timeline decode
- ocamlopt build pipeline with embedded profiler.ml

Registered as the "ocaml" target in the factory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant