Mail Archives: djgpp/1997/01/19/02:47:40
On 16 Jan 1997, G.P. Tootell wrote:
> i can remove them? also can i profile parts of a function, ie. to refine the
> profile and hence determine which part of the routine is slowest (eg. i know
> routine_a() takes up too much time, can i set a breakpoint here to split the
> routine in two? or do i have to split it into 2 separate routines before it will profile this way?)
AFAIK, gprof only supports file-level granularity, i.e. you can compile
some files with -pg and others without it. I don't think you can profile
parts of a function.
> dj_movedata or something similar takes up some considerable time too. again i
> don't know what's causing this to be able to rectify the problem :(
If you move a lot of data to and from the screen, that would involve
dj_movedata.
- Raw text -