gprof and gmon
Gabby Yi
gayi@lynx.dac.neu.edu
Wed Feb 23 18:52:00 GMT 2000
To whom it may concern:
I am currently working on a project which requires me to port gprof
and the gmon profiling library to be compatible with the architecture
that I am working with. GCC has already been ported successfully.
From what I've witnessed, all source files and header files are found
in the binary utilities package along with gmon.h while gmon.c is found
with the gcc distribution. The only incompatibility was the differences
in variable names. After correcting this, I was able to build gmon.c.
Now, my questions are...
1. Why were the variable names different?
2. Does the gmon.h found in the binutils distribution correspond to the
gmon.c found in the gcc package?
3. How do I find out what versions of gprof is compatible with which
versions of gcc?
Thanks,
Gabby Yi
More information about the Gcc
mailing list