aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltacprof/profile_ltac.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ltacprof/profile_ltac.mli')
-rw-r--r--ltacprof/profile_ltac.mli15
1 files changed, 15 insertions, 0 deletions
diff --git a/ltacprof/profile_ltac.mli b/ltacprof/profile_ltac.mli
new file mode 100644
index 000000000..dd750517e
--- /dev/null
+++ b/ltacprof/profile_ltac.mli
@@ -0,0 +1,15 @@
+val do_profile : string -> ('a * Tacexpr.ltac_call_kind) list -> 'b Proofview.tactic -> 'b Proofview.tactic
+
+val set_profiling : bool -> unit
+
+val set_display_profile_at_close : bool -> unit
+
+val entered_call : unit -> unit
+
+val print_results : unit -> unit
+
+val print_results_tactic : string -> unit
+
+val reset_profile : unit -> unit
+
+val do_print_results_at_close : unit -> unit