aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-05-28 14:28:40 +0200
committerMartin Liska <mliska@suse.cz>2021-05-28 14:28:40 +0200
commit282d533e86415825dc0bd6b0dda0622f3fa1bed5 (patch)
tree80c35a32bc8be30b7b882fb7111f9bae5e205031 /gcc/doc
parentd4997738800da4be5954fa1849bbf2ade74cc20e (diff)
parent359c0a86e2974a9f3036bc05b6e6c661f2c463cf (diff)
downloadgcc-282d533e86415825dc0bd6b0dda0622f3fa1bed5.zip
gcc-282d533e86415825dc0bd6b0dda0622f3fa1bed5.tar.gz
gcc-282d533e86415825dc0bd6b0dda0622f3fa1bed5.tar.bz2
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/gcov.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi
index d076721..32b51f9 100644
--- a/gcc/doc/gcov.texi
+++ b/gcc/doc/gcov.texi
@@ -887,8 +887,7 @@ Long-running applications can use the @code{__gcov_reset} and @code{__gcov_dump}
facilities to restrict profile collection to the program region of
interest. Calling @code{__gcov_reset(void)} will clear all run-time profile
counters to zero, and calling @code{__gcov_dump(void)} will cause the profile
-information collected at that point to be dumped to @file{.gcda} output files
-(the function can be called just once).
+information collected at that point to be dumped to @file{.gcda} output files.
Instrumented applications use a static destructor with priority 99
to invoke the @code{__gcov_dump} function. Thus @code{__gcov_dump}
is executed after all user defined static destructors,