diff options
Diffstat (limited to 'checker/check_stat.mli')
-rw-r--r-- | checker/check_stat.mli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/checker/check_stat.mli b/checker/check_stat.mli new file mode 100644 index 00000000..7037bd46 --- /dev/null +++ b/checker/check_stat.mli @@ -0,0 +1,12 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +val memory_stat : bool ref +val output_context : bool ref + +val stats : unit -> unit |