

Data Fields | |
| double | beginTime |
| Start of last collection interval. | |
| double | startTime |
| Start of last busy time. | |
| double | usedTime |
| Total busy time in last collection interval. | |
| int | PROCESSING |
| If 1, processor is busy. | |
It's a simple performance measure collected by the CWeb framework.
Definition at line 557 of file ccs-builtins.C.
Start of last collection interval.
Definition at line 559 of file ccs-builtins.C.
Referenced by getUsage(), and usageReset().
Start of last busy time.
Definition at line 560 of file ccs-builtins.C.
Referenced by usageStart(), and usageStop().
Total busy time in last collection interval.
Definition at line 561 of file ccs-builtins.C.
Referenced by getUsage(), usageReset(), and usageStop().
If 1, processor is busy.
Definition at line 562 of file ccs-builtins.C.
Referenced by getUsage(), usageStart(), and usageStop().
1.5.5