According to Joe R. Jah:
> On Tue, 8 May 2001, Gilles Detillieux wrote:
> > The numbers in this file don't make a whole lot of sense.  I'd bet that
> > you're trying to fit the htmerge profiling data to the htdig symbol
> > table, and it just doesn't come up with anything sensible.  Try a simple
> > "htdig -i" plus any options you may have provided to rundig, and then
> > run gprof again.
> 
> I actualy edited rundig.sh to rename gprof.out to gprof.out.htdig, etc
> after each program exits.  I also recompiled the source with "-pg -g -a"
> to get the stats as granular as possible; attached is the gzipped flat
> file.
> 
> Again I randig on 269 documents:

What I can't figure out is why there's so many "spontaneous" calls to
regcomp!  That seems to be where it's spending almost all of its time
(i.e. in children of regcomp) but the profiling gives no clue as to what
is generating all these calls, as though the function's entry point was
somehow bypassed.  Could it be that a stray pointer somewhere is causing
the code to just jump somewhere into regcomp?  Does anyone have any ideas/
suggestions about this?  I'm afraid I'm out of ideas.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to