Small company logo:
   History
 
Advertising banner:
 
 GetFCASStatCounter
Home • Help • Customization Tools • FCAS • Language Reference • GetFCASStatCounter
 
Purpose
Returns the counter value (wrapping unsigned long value) of an internal performance counter.
Syntax
GetFCASStatCounter (Constant)


Constant
Possible values:
statAvgTasks
The average number of tasks executed per cycle of the multitasking kernel.
statBARepPackets
FirstClass scripting reply packets.
statBAReqPackets
FirstClass scripting request packets.
statCBRepPackets
Server data callback reply packets.
statCBReqPackets
Server data callback request packets.
statCodeLines
Lines of BASIC code executed.
statControlPackets
Control (overhead) packets.
statExpressions
Expression evaluations executed by BASIC code.
statFCPCallbacks
Network buffer filled completely (a good thing).
statInPackets
Inbound packets from the server.
statLicenseLimit
Licensing limit as provided by the server.
statMs
Milliseconds per task loop.
statOutPackets
Outbound packets.
statPartPackets
Form part data packets.
statTimeslice
Target amount of time for each task to be executed per loop.
statTokens
Individual BASIC tokens executed.
statTotalPackets
Total network packets.
statTPS
Task switches per second ("Have you done your TPS reports?")
statWorkersBusy
Worker threads busy.
statWorkersBusyLoops
Worker threads waiting for a free thread looped.
statWorkersCurrent
Current number of worker threads used.
statWorkersHighest
Peak number of worker threads.
statWorkersLimit
Limit of allocated worker threads.
statWorkersLongest
Longest time for completion of any worker thread.