diff options
| author | Maxime Dénès | 2017-07-19 17:37:48 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-19 17:37:48 +0200 |
| commit | d074e889b3cdfe8c292d3c52a4ed005789384fc0 (patch) | |
| tree | 1a32b01f4daa0b8473b8f8733fb9775a1fb14c09 /CHANGES | |
| parent | 9ccba83b916523107d6c692b3147d0d91ec03411 (diff) | |
| parent | 18dd13f3717295ef3c2edce1451b0b9ac99dc5d7 (diff) | |
Merge PR #745: Add timing scripts
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -95,6 +95,11 @@ Tools The current version contains code for retro compatibility that prints warnings when a deprecated feature is used. Please upgrade your _CoqProject accordingly. + * Additionally, coq_makefile-made Makefiles now support experimental timing + targets `pretty-timed`, `pretty-timed-before`, `pretty-timed-after`, + `print-pretty-timed-diff`, `print-pretty-single-time-diff`, + `all.timing.diff`, and the variable `TIMING=1` (or `TIMING=before` or + `TIMING=after`); see the documentation for more details. Build Infrastructure |
