package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.0.tar.gz
sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250

doc/ltac_plugin/Ltac_plugin/Profile_ltac/index.html

Module Ltac_plugin.Profile_ltacSource

Ltac profiling primitives

Sourceval do_profile : string -> ('a * Tacexpr.ltac_call_kind) list -> ?count_call:bool -> 'b Proofview.tactic -> 'b Proofview.tactic
Sourceval set_profiling : bool -> unit
Sourceval print_results : cutoff:float -> unit
Sourceval print_results_tactic : string -> unit
Sourceval reset_profile : unit -> unit
Sourceval restart_timer : string option -> unit
Sourceval finish_timing : prefix:string -> string option -> unit
Sourceval do_print_results_at_close : unit -> unit
Sourcetype treenode = {
  1. name : CString.Map.key;
  2. total : float;
  3. local : float;
  4. ncalls : int;
  5. max_total : float;
  6. children : treenode CString.Map.t;
}
Sourceval get_local_profiling_results : unit -> treenode
Sourceval feedback_results : treenode -> unit
OCaml

Innovation. Community. Security.