ppx_minidebug
ppx_minidebug copied to clipboard
Study the Landmarks package, describe overlap, find inspiration
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).