A simple profiler for Coq .v files. Uses the -time parameter of coqc to gather data and plots the results.
It can output the plots in .pdf format or show them on screen.
pip3 install matplotlib seaborn pandas
./coqprofiler.py example/example.v- Use as you would use
coqc: you can passcoqcparameters to the profiler.
- Use as you would use
- If necessary, tweak
config.pyfile to change preferences - Type
make exampleand check theexample/folder to test
