Statistical analysis of OCaml compiler compilation time
  • OCaml 70.2%
  • Standard ML 27.1%
  • Gnuplot 2%
  • Shell 0.4%
  • Makefile 0.3%
Find a file
2026-07-31 17:34:59 +02:00
analyzer printing bug and package list for keep_expansion 2026-07-31 17:34:59 +02:00
cases printing bug and package list for keep_expansion 2026-07-31 17:34:59 +02:00
lib Fix parsing 2025-04-03 18:35:21 +02:00
misc Extract pkg from opam-health-result 2022-01-15 16:04:20 +01:00
resume Add a resume executable and test it 2022-01-18 17:22:34 +01:00
runner Small changes: 2026-07-20 15:44:49 +02:00
small_tools Small tools for quick rainchecks 2025-04-02 16:20:26 +02:00
.gitignore Update .gitignore 2021-08-20 11:30:41 +02:00
cpu_isolation.sh Add more info in cpu_isolation 2021-07-02 10:18:36 +02:00
dune-project Initial test 2021-06-23 17:50:26 +02:00
LICENSE Basic reader-facing information for the github repo 2021-08-23 16:00:29 +02:00
Makefile Clean up cli and file hierarchy 2021-08-18 11:35:38 +02:00
README.md Basic reader-facing information for the github repo 2021-08-23 16:00:29 +02:00

This is repository is a collection of libraries and tools to collect and analyze the compilation profiles of OCaml programs.

The main objective is to harvest data and knowledge about the performance of the OCaml compiler in the opam ecosystem and track the effect of various PRs on the OCaml compiler performance.