aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMaxime Dénès2017-07-19 17:37:48 +0200
committerMaxime Dénès2017-07-19 17:37:48 +0200
commitd074e889b3cdfe8c292d3c52a4ed005789384fc0 (patch)
tree1a32b01f4daa0b8473b8f8733fb9775a1fb14c09 /CHANGES
parent9ccba83b916523107d6c692b3147d0d91ec03411 (diff)
parent18dd13f3717295ef3c2edce1451b0b9ac99dc5d7 (diff)
Merge PR #745: Add timing scripts
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4e95f9d4c8..91abaa10b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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