ppx_minidebug icon indicating copy to clipboard operation
ppx_minidebug copied to clipboard

Study the Landmarks package, describe overlap, find inspiration

Open lukstafi opened this issue 1 year ago • 0 comments

Landmarks is for profiling, so it aggregates passes through a code path (ppx_minidebug logs each pass separately). Maybe I can improve my ppx code quality. Landmarks offers call graph visualization, and precise timing (CPU cycles). Consider using it as a library (if necessary send a PR or vendor).

lukstafi avatar Feb 16 '24 10:02 lukstafi