This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
dumping profiling info in gmon.out file format
- From: "Mohamed Shafi" <shafitvm at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 15 May 2007 16:33:28 +0530
- Subject: dumping profiling info in gmon.out file format
Hello all,
gmon.out file is created in mcleanup function.This function however
doesn't dump the data in the grof gmon.out data format. When i looked
into the code for i386 and sparc in the backend nothing has been done
to store the profiling info the required format. How is it that the
file thus created is recognized by gprof? Or am i missing something?
Thanks for your time.
Regards,
Shafi.