This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 7f8c2610419b0a4b41a2b94e42abb8a59197bc34 (commit) from 3587f945547425c6985a70482776036747f67697 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7f8c2610419b0a4b41a2b94e42abb8a59197bc34 Author: Andi Kleen <a...@linux.intel.com> Date: Wed Oct 30 09:34:49 2024 -0700 Document -ftime-report change diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 8a238256..46dad391 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -43,6 +43,10 @@ a work-in-progress.</p> it also disables vectorization of epilogue loops but otherwise is equal to the cheap cost model. </li> + <li><code>-ftime-report</code> now only reports monotonic run time instead of + system and user time. This reduces the overhead of the option significantly, + making it possible to use in standard build systems. + </li> </ul> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs