diff options
| author | Paul Steckler | 2017-09-01 11:45:56 -0400 |
|---|---|---|
| committer | Paul Steckler | 2017-09-01 11:45:56 -0400 |
| commit | f71177653fe373f3782754a9abd5ce451980e256 (patch) | |
| tree | e5037728167070d898a4812049300368df4335d6 | |
| parent | 3072bd9d080984833f5eb007bf15c6e9305619e3 (diff) | |
move mention of native_compute profiling in CHANGES
| -rw-r--r-- | CHANGES | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
