aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Steckler2017-08-17 12:02:46 -0400
committerPaul Steckler2017-08-18 17:09:12 -0400
commita41397add86764abac1a087e1692b29cec3ad3ab (patch)
tree1b66f389aad21323f8ebeadc465aedfc64fe3940
parent3f4963f4523bbc4a079a7669de3a3fb3126f3a2a (diff)
add CHANGES entry
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed2f172067..1dbf4c64c1 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