Job modulectomy on freebsd-14
README
Skip to buildsModulectomy
Dissect OCaml compiled programs, and weight their content.
modulectomy
allows you to visualize the size of your OCaml programs and the
contributions by various libraries/modules.
- Input: Currently only supports ELF binaries, optimally compiled with debug-information. JS support might come back.
- Output:
- An interactive SVG + CSS treemap, showing how much space each module/library uses relative to eachother.
- Optionally a scale-SVG extension, showing how much space the treemap constitutes of the full binary.
See an example.
Usage
For simple usage, se the definition of squarify
in src/main.ml
.
For more advanced usage, including scale-SVG, see how it's used in builder-web.
Builds
Back to readme- ☑ freebsd-14 2024-11-21 00:57:32Z modulectomy.pkg
SHA256:0d3cfcbdd7468cef863cd614209c1c11e04a8d1e9770aacf468c9a36b9a87308
(1.26MB) - ☒ freebsd-14 2024-10-03 13:49:37Z Build failure: exited 125
- ☑ freebsd-14 2024-09-12 13:29:59Z modulectomy.pkg
SHA256:93c91d800f66e4c398fff1222e29b302c48f2b5e1aef74701bbc522fc9a8f96a
(1.26MB) - ☑ freebsd-14 2024-09-03 13:21:31Z modulectomy.pkg
SHA256:2104769bd5fc14cc7a51670aa8e8a5dff40321a4aab2c527b50ff7e892183c09
(1.25MB)
Excluding failed builds here.