package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.1.tar.gz
md5=0cfaa70f569be9494d24c829e6555d46
sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2

doc/coq-core.engine/Profile_tactic/index.html

Module Profile_tacticSource

Ltac profiling primitives

Sourceval do_profile_gen : ('a -> Pp.t option) -> 'a -> ?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 : string;
  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
Sourceval set_get_printing_width : (unit -> int) -> unit

Internal hook

OCaml

Innovation. Community. Security.