aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2017-08-17 14:56:46 -0400
committerGravatar Paul Steckler <steck@stecksoft.com>2017-08-18 17:09:20 -0400
commit64b6b6075e461383719f6565aff2976dacc47569 (patch)
tree36b4ed993492a0174c607c4a37abdc4171b2aabf /doc
parenta41397add86764abac1a087e1692b29cec3ad3ab (diff)
use OCaml temp_file, instead of our own version
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-tac.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/RefMan-tac.tex b/doc/refman/RefMan-tac.tex
index ba9b21bfd..6e2735700 100644
--- a/doc/refman/RefMan-tac.tex
+++ b/doc/refman/RefMan-tac.tex
@@ -3326,9 +3326,9 @@ evaluating purely computational expressions (i.e. with little dead code).
\begin{quote}
{\tt Set NativeCompute Profile Filename \str}
\end{quote}
- to specify the profile output; the default is {\tt native\_compute\_profile.data}. If there's an existing file with
- the specified name, \Coq{} will append a number to it to avoid name collisions. That means you can
- individually profile multiple uses of {\tt native\_compute} in a script. From the Linux command line, run {\tt perf report} on
+ to specify the profile output; the default is {\tt native\_compute\_profile.data}. The actual filename used
+ will contain extra characters to avoid overwriting an existing file; that filename is reported to the user. That means
+ you can individually profile multiple uses of {\tt native\_compute} in a script. From the Linux command line, run {\tt perf report} on
the profile file to see the results. Consult the {\tt perf} documentation for more details.
\end{Variants}