This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
new profiling features in GCC
- To: <gcc at gcc dot gnu dot org>
- Subject: new profiling features in GCC
- From: LI YONGZHU <yl7285 at csc dot albany dot edu>
- Date: Sun, 2 Sep 2001 22:18:57 -0400 (EDT)
- cc: <yongzhuli at yahoo dot com>
Hi, I am a Master student in State University of New York at Albany, Dept.
of CS. I am implementing an enhanced version of gprof to profile not any
the CPU time of program, but also wall clock time and other useful
information from the PMC register inside CPU. These kind of work need some
modification on glibc, gprof and gcc, on their source code. Most of the
job has been finished.
I just write this letter to inquery that if your guys have any plan to
introduce some similar functionalities into gcc( like new command line
options other than -p )? Or are you interested to introduce such function
into gcc?
Yongzhu Li