aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-09-05 14:27:42 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-09-05 14:27:42 +0200
commit6a81f080d7dc948e3cb325bd00aa6ea57d365503 (patch)
tree53b3e983ea5e6b1a5adf3c970d2b44460a01b564
parent10aa64c8d33af7e7ee2a23793434d7a66f33e656 (diff)
parentf71177653fe373f3782754a9abd5ce451980e256 (diff)
Merge PR #1010: Move mention of native_compute profiling in CHANGES
-rw-r--r--CHANGES11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 5c380eaad..4e40122d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@ Notations
- Recursive notations with the recursive pattern repeating on the
right (e.g. "( x ; .. ; y ; z )") now supported.
+Tactics
+
+- On Linux, "native_compute" calls can be profiled using the "perf"
+ utility. The command "Set NativeCompute Profiling" enables
+ profiling, and "Set NativeCompute Profile Filename" customizes
+ the profile filename.
+
Changes from 8.6.1 to 8.7+beta
==============================
@@ -63,10 +70,6 @@ Tactics
Ltac definition or a Tactic Notation.
- New option `Set Ltac Batch Debug` on top of `Set Ltac Debug` for
non-interactive Ltac debug output.
-- On Linux, "native_compute" calls can be profiled using the "perf"
- utility. The command "Set NativeCompute Profiling" enables
- profiling, and "Set NativeCompute Profile Filename" customizes
- the profile filename.
Gallina