aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2017-08-17 12:02:46 -0400
committerGravatar Paul Steckler <steck@stecksoft.com>2017-08-18 17:09:12 -0400
commita41397add86764abac1a087e1692b29cec3ad3ab (patch)
tree1b66f389aad21323f8ebeadc465aedfc64fe3940 /CHANGES
parent3f4963f4523bbc4a079a7669de3a3fb3126f3a2a (diff)
add CHANGES entry
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed2f17206..1dbf4c64c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -63,6 +63,10 @@ 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