This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Updating Makefile to Allow Profiling of GCC Internals
- From: Nicholas Krause <xerofoify at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 18 Sep 2019 23:31:06 -0400
- Subject: Updating Makefile to Allow Profiling of GCC Internals
Greetings,
I'm not as familar of the currrent Makefile internals for GCC, so what
is the best
way to add -pg for profiling. Seems I need to add it for gprof in order
to get
some real data for multi-threading GCC internals.
Thanks,
NIck