I am using Zire 21 which works at 126Mhz . How can i
determine the time taken (realtime) to execute this
AppEventloop(), assuming that there are no background
processes and no handle events associated with the
form.

  do 
   {
        EvtGetEvent(&event, 0);
         if (! SysHandleEvent(&event))
        {
           if (! MenuHandleEvent(0, &event, &error))
           {
              if (! AppHandleEvent(&event))
              {
                FrmDispatchEvent(&event);
              }
           }
        }
    } while ((event.eType != appStopEvent) 

regds
Dina.


                
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to