diff options
| author | Emilio Jesus Gallego Arias | 2020-02-19 16:04:40 -0500 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-02-19 16:04:40 -0500 |
| commit | 11335618faeda5370db1ca4f453d57e9f8c396ea (patch) | |
| tree | b78dce94ed1e08061343fff43396058763e60223 /dev | |
| parent | a644482acd84427db0e64450c3fc41ad321e83cd (diff) | |
| parent | f9928b83a2e2eda7bbb9cd7fac0ea6e1ef1be30f (diff) | |
Merge PR #11302: Add --fuzz, --real, --user to timing scripts
Reviewed-by: SkySkimmer
Ack-by: Zimmi48
Reviewed-by: ejgallego
Ack-by: jfehrle
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/INSTALL.make.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/doc/INSTALL.make.md b/dev/doc/INSTALL.make.md index 3db5d0b14f..f81630c55d 100644 --- a/dev/doc/INSTALL.make.md +++ b/dev/doc/INSTALL.make.md @@ -102,6 +102,14 @@ Detailed Installation Procedure. it is recommended to compile in parallel, via make -jN where N is your number of cores. + If you wish to create timing logs for the standard library, you can + pass `TIMING=1` (for per-line timing files) or `TIMED=1` (for + per-file timing on stdout). Further variables and targets are + available for more detailed timing analysis; see the section of the + reference manual on `coq_makefile`. If there is any timing target + or variable supported by `coq_makefile`-made Makefiles which is not + supported by Coq's own Makefile, please report that as a bug. + 5. You can now install the Coq system. Executables, libraries, and manual pages are copied in some standard places of your system, defined at configuration time (step 3). Just do |
