aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-18 18:58:21 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-18 18:58:21 +0100
commit9266d34a073859f24aa615767a1311d532bba0ac (patch)
treecda62961092f0162a5ce950a9a6b70ab4a5cd4b2 /CHANGES
parent7e2f9861f3d38829baf246883e4925d48c9e2998 (diff)
parent4024286d9fdd13e5ec4c474b1dae4ce58ac41683 (diff)
Merge PR #6381: A version of [time] that works on constr evaluation
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 24f358078..c155bb52f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -35,6 +35,8 @@ Tactics
- Tactic "decide equality" now able to manage constructors which
contain proofs.
- Added tactics reset ltac profile, show ltac profile (and variants)
+- Added tactics restart_timer, finish_timing, and time_constr as an
+ experimental way of timing Ltac's evaluation phase
Vernacular Commands