diff options
| author | Maxime Dénès | 2016-09-30 11:59:59 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-09-30 11:59:59 +0200 |
| commit | 367e1f913f8d0b921dc4902b83d889dac3576580 (patch) | |
| tree | 5b8ee1687a24d6cb011fbc9ce383ef8d9affec6f /test-suite/output-modulo-time | |
| parent | 10545881bb05aedafc512e211a4df9e7433750e7 (diff) | |
| parent | 46daf37ed46397b03a30fa2d89b62ffcc2c8d166 (diff) | |
Merge remote-tracking branch 'github/pr/302' into v8.6
Was PR#302: Set the default LtacProf cutoff to 2%
Diffstat (limited to 'test-suite/output-modulo-time')
| -rw-r--r-- | test-suite/output-modulo-time/ltacprof.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output-modulo-time/ltacprof.v b/test-suite/output-modulo-time/ltacprof.v index d79451f0f7..6611db70e2 100644 --- a/test-suite/output-modulo-time/ltacprof.v +++ b/test-suite/output-modulo-time/ltacprof.v @@ -1,4 +1,4 @@ -(* -*- coq-prog-args: ("-emacs" "-profile-ltac") -*- *) +(* -*- coq-prog-args: ("-emacs" "-profile-ltac-cutoff" "0.0") -*- *) Ltac sleep' := do 100 (do 100 (do 100 idtac)). Ltac sleep := sleep'. |
