When does it take too much time?
Is it when you are jumping in with the debugger?
Or is it when the program executes?
What version of Delphi are you using?

It would be nice if you had a profiler to see the
timing.
I worked at a big project and I experienced great
delays when I was debugging something that looked like
your example:

--- Saurabh Rai <[EMAIL PROTECTED]> wrote:

> HI all , 
> Please have a look
> 
> procedure TFM_XYZ.ABC(Var
> curSchedulingRecPtr:PSchedulingRec (Pointer to
> Record ); CurRecNo : Integer);
> Var
> VarI , VarJ , TotalRec: Integer ;
> begin
> 
> TotalRec:= Result_Recordset.RecordCount;
> //Result_Recordset _Recordset Type global variable 
> Result_Recordset.MoveFirst;
> .................................
> 
> End;
> 
> while debugging code i realized that its taking too
> much time navigating from 
> Begin to next line i.e. 
> TotalRec:= Result_Recordset.RecordCount;
> 
> Dont have any idea .. pls
>
suggest.--------------------------------------------------------------------------------------------------------------
> Summit Information Technologies Limited, Gurgaon,
> India
> 
> 
> [Non-text portions of this message have been
> removed]
> 
> 



      
____________________________________________________________________________________
Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz

Reply via email to