

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 558 of file ccs-builtins.C.
| double CWebModeStats::beginTime |
Start of last collection interval.
Definition at line 560 of file ccs-builtins.C.
Referenced by getUsage(), and usageReset().
| double CWebModeStats::startTime |
Start of last busy time.
Definition at line 561 of file ccs-builtins.C.
Referenced by usageStart(), and usageStop().
| double CWebModeStats::usedTime |
Total busy time in last collection interval.
Definition at line 562 of file ccs-builtins.C.
Referenced by getUsage(), usageReset(), and usageStop().
If 1, processor is busy.
Definition at line 563 of file ccs-builtins.C.
Referenced by getUsage(), usageStart(), and usageStop().
1.5.5