Profile_tactic
Ltac profiling primitives
val do_profile_gen : ('a -> Pp.t option) -> 'a -> ?count_call:bool -> 'b Proofview.tactic -> 'b Proofview.tactic
type treenode = {
name : string; |
total : float; |
local : float; |
ncalls : int; |
max_total : float; |
children : treenode CString.Map.t; |
}
val get_local_profiling_results : unit -> treenode
val feedback_results : treenode -> unit