https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92396

Jules Pénuchot <jules at penuchot dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jules at penuchot dot com

--- Comment #10 from Jules Pénuchot <jules at penuchot dot com> ---
I've been writing a compile-time benchmarking and analysis tool
(https://github.com/JPenuchot/ctbench) to study the impact of C++
metaprogramming techniques on compile-times. Clang's time-trace features allows
me to break the measurements down to every major compiler pass and get a better
understanding of what's happening under the hood.

I'd be really happy if GCC provided similar profiling tools and draw
conclusions that aren't valid just for Clang.

Reply via email to