diff options
| author | Maxime Dénès | 2020-01-25 18:19:18 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2020-01-25 18:19:18 +0100 |
| commit | 506b35913103c17e4d27663aa0f977452d5815b0 (patch) | |
| tree | eded3383726beb1aabf909d42ab29a84376fb363 /doc/sphinx/proof-engine | |
| parent | 6aa5a28d3409cbac4a888f2fdd9faebf1b3ccd96 (diff) | |
| parent | 1255a033434fd299048e68d0d8f700b49e2e58f9 (diff) | |
Merge PR #11025: Add Set NativeCompute Timing
Ack-by: SkySkimmer
Reviewed-by: Zimmi48
Ack-by: jfehrle
Reviewed-by: maximedenes
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/tactics.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sphinx/proof-engine/tactics.rst b/doc/sphinx/proof-engine/tactics.rst index 53cfb973d4..36a5916868 100644 --- a/doc/sphinx/proof-engine/tactics.rst +++ b/doc/sphinx/proof-engine/tactics.rst @@ -3113,6 +3113,12 @@ the conversion in hypotheses :n:`{+ @ident}`. compilation cost is higher, so it is worth using only for intensive computations. + .. flag:: NativeCompute Timing + + This flag causes all calls to the native compiler to print + timing information for the compilation, execution, and + reification phases of native compilation. + .. flag:: NativeCompute Profiling On Linux, if you have the ``perf`` profiler installed, this flag makes |
