Mail Archives: djgpp/1999/03/19/10:33:21
> i was using gprof for the first time today , and it had information
> regarding a function.. mcount. also, this function was given an index
> number using (), rather than []. it certainly isn't a function that i
> called.. issit called by the libc routines?
gcc embeds calls to mcount at certain points in each function. It's
not something you call yourself.
> PS: oh one other thing.. my program spends over 40% of its time in
> __dpmi_int. do the stdio functions use software interrupts?? [my
> program is I/O heavy]
Yes.
- Raw text -