aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-10-05 11:22:03 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-10-05 11:22:03 +0000
commit985580c3ff9eb4b48ccf06fdb6792cce64ba4a61 (patch)
tree0c5fd0bfedc2208f7b9756fec82f27fe3014971e /toplevel/vernac.mli
parentd2c7ea6ec2133836bf1ec756a53bf504f1c19a2b (diff)
coqtop -time : display per-command timings
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15859 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/vernac.mli')
-rw-r--r--toplevel/vernac.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/toplevel/vernac.mli b/toplevel/vernac.mli
index 3c09139ba..8f1fbc54f 100644
--- a/toplevel/vernac.mli
+++ b/toplevel/vernac.mli
@@ -48,3 +48,6 @@ val compile : bool -> string -> unit
val is_navigation_vernac : Vernacexpr.vernac_expr -> bool
+
+(** Should we display timings for each command ? *)
+val time : bool ref