The emulator has a profiler that might help.  Use emulator_profiler.  In
general, recursion should be avoided on the Palm.

Regards,

Steve

> -----Original Message-----
> From: Steve Austin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 15, 2000 12:32 PM
> To: Palm Developer Forum
> Subject: Profiler and performance questions
> 
> 
> Does anyone know of a profiler for the palm?
> 
> I've written some code and its just too slow.  It involves 
> loops containing
> DmQueryRecord calls and some recursion (4 calls deep)  I need 
> to analyze
> where its spending most of its time.
> 
> Are DmQueryRecord calls costly?  I'm considering keeping more 
> data in each
> record, and having less records (thus less locking and unlocking of
> handles).  Also is recursion just a bad idea?  With only 4 
> calls on the
> stack it doesn't seem like too bad of a solution.
> 
> Thanks,
> 
> Steve
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums, or to 
> unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
> 
> 

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to