Lpc

From Wiki
Revision as of 12:52, 6 July 2006 by Boydon (Talk | contribs) (Reverted edits by 69.194.112.55 (Talk); changed back to last version by Kedrick Valorite)

Jump to: navigation, search
References the current setting for linesPerCycle, which determines how many lines are processed during each cycle that EasyUO is operating. One cycle is 1/20th of a second.

Example


set #lpc 10
set %beginTimeNormal #sysTime
for %test 1 1000
{
  set %speedTest %speedTest + 1
}
set %endTimeNormal #sysTime - %beginTimeNormal

set #lpc 250
set %beginTimeFast #sysTime
for %test 1 1000
{
  set %speedTest %speedTest + 1
}
set %endTimeFast #sysTime - %beginTimeFast
display ok at normal LPC the time was , #spc , %endTimeNormal , $At a fast LPC the time was , #spc , %endTimeFast

See also

Main Page Documentation