aboutsummaryrefslogtreecommitdiff
path: root/ltac/profile_ltac.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ltac/profile_ltac.mli')
-rw-r--r--ltac/profile_ltac.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/ltac/profile_ltac.mli b/ltac/profile_ltac.mli
index 0029b8b55b..bc4f90f04b 100644
--- a/ltac/profile_ltac.mli
+++ b/ltac/profile_ltac.mli
@@ -1,3 +1,11 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
val do_profile : string -> ('a * Tacexpr.ltac_call_kind) list -> 'b Proofview.tactic -> 'b Proofview.tactic
val set_profiling : bool -> unit