Closed emmet-m closed 4 years ago
It looks good to me. When shall we merge? Are you waiting for any regression tests to pass or someone to review?
Happy to merge now, just wanted to see the tests pass!
@emmet-m It has conflicts so I'll leave it to you :P
Introduces timing logging to the Isabelle TypeProof tactics.
Enabled via the
--type-proof-timing
flag, will create a new file calledTypeProofTactic.json
next to the generatedTypeProof.thy
file, which can be fed intocogent/scripts/generate_tactic_statistics.py
and aftercogent/scripts/plotTacticTimingData.gnuplot
to print statistics and graphs of tactic time usage.