I am looking for guidance in adding profiling support to the GPL version of Zorp. Ideally, I would like to add the ability to build zorp with or without profiling based on a build time option, but don't have access to the Makefile.ac files used to generate the distributed files. Any pointers on how to approach this are greatly appreciated. Regards, Peter Meekel Xambala, Inc.
On Fri, 2004-09-03 at 23:44, Peter Meekel wrote:
I am looking for guidance in adding profiling support to the GPL version of Zorp. Ideally, I would like to add the ability to build zorp with or without profiling based on a build time option, but don’t have access to the Makefile.ac files used to generate the distributed files. Any pointers on how to approach this are greatly appreciated.
you can do that by specifying "-pg" in CFLAGS prior you run the configure script. you could also add --enable-debug option to include symbol information as well. (btw: oprofile does not need specially compiled binaries) -- Bazsi
participants (2)
-
Balazs Scheidler
-
Peter Meekel