From e4d5bbeecb4c5a4eca82700ba3946d9fd174e215 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Tue, 14 Jun 2016 00:12:44 +0200 Subject: Moving back Ltac profiling to the Ltac folder. --- lib/flags.ml | 1 + lib/flags.mli | 2 ++ 2 files changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/flags.ml b/lib/flags.ml index c1ec9738ca..4983e40823 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -220,6 +220,7 @@ let native_compiler = ref false let print_mod_uid = ref false let tactic_context_compat = ref false +let profile_ltac = ref false let dump_bytecode = ref false let set_dump_bytecode = (:=) dump_bytecode diff --git a/lib/flags.mli b/lib/flags.mli index 24780f0dcc..e13655e4a6 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -143,6 +143,8 @@ val tactic_context_compat : bool ref (** Set to [true] to trigger the compatibility bugged context matching (old context vs. appcontext) is set. *) +val profile_ltac : bool ref + (** Dump the bytecode after compilation (for debugging purposes) *) val dump_bytecode : bool ref val set_dump_bytecode : bool -> unit -- cgit v1.2.3