Re: Fwd: Profiling C programs

2005-07-19 Thread Asim Jamshed
mipsel_fp_le-gcc 3.3.1 On 7/15/05, michael <[EMAIL PROTECTED]> wrote: > On Fri, 2005-07-15 at 20:50 +0500, Asim Jamshed wrote: > > -- Forwarded message -- > > From: michael <[EMAIL PROTECTED]> > > Date: Jul 15, 2005 5:35 PM > > Subject

Re: Fwd: Profiling C programs

2005-07-15 Thread michael
On Fri, 2005-07-15 at 20:50 +0500, Asim Jamshed wrote: > -- Forwarded message -- > From: michael <[EMAIL PROTECTED]> > Date: Jul 15, 2005 5:35 PM > Subject: Re: Profiling C programs > To: Asim Jamshed <[EMAIL PROTECTED]> > > > see previous ema

Fwd: Profiling C programs

2005-07-15 Thread Asim Jamshed
-- Forwarded message -- From: michael <[EMAIL PROTECTED]> Date: Jul 15, 2005 5:35 PM Subject: Re: Profiling C programs To: Asim Jamshed <[EMAIL PROTECTED]> see previous email. i don't answer personal emails On Fri, 2005-07-15 at 15:26 +0500, Asim Jamshed wrote

Re: Profiling C programs

2005-07-15 Thread michael
* please do not top post * * my reply at end * On Fri, 2005-07-15 at 14:50 +0500, Asim Jamshed wrote: > Yes, I am using the '--with-profiling-data' during the configure > option and using the -pg switch in the Makefile. > > > On 7/15/05, michael <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-07-1

Re: Profiling C programs

2005-07-15 Thread Asim Jamshed
Yes, I am using the '--with-profiling-data' during the configure option and using the -pg switch in the Makefile. On 7/15/05, michael <[EMAIL PROTECTED]> wrote: > On Fri, 2005-07-15 at 11:20 +0500, Asim Jamshed wrote: > > Hi, > > I am profiling Samba-2.2.8 source code using gprof. The problem I

Re: Profiling C programs

2005-07-15 Thread michael
On Fri, 2005-07-15 at 11:20 +0500, Asim Jamshed wrote: > Hi, > I am profiling Samba-2.2.8 source code using gprof. The problem I am > facing is that the data generated through profiling is only giving > names of application functions(which are only called up during > initialization of the server).

Profiling C programs

2005-07-14 Thread Asim Jamshed
Hi, I am profiling Samba-2.2.8 source code using gprof. The problem I am facing is that the data generated through profiling is only giving names of application functions(which are only called up during initialization of the server). The majority of the time is usually spent by the server is in lib