Performance Metric kcml.mem.sym
Summary
Foreground symbol table statisticsSend Condition
Program LOAD, COM CLEAR & SOAP server method calls. Periodically from KDB/KISAM I/O operations, form events, $BREAK, $IF & 'KCML_poll()Overview
Provides usage statistics of the foreground symbol table which has a fixed maximum size of 32768. Separate counts are provided for COM variables, _Constants, 'Subroutines() and OBJECT handles/methods.Statistics
| Name | Type | Description |
|---|---|---|
| size | num | Symbol table size |
| total | num | Total number of symbols |
| com | num | Number of COM symbols |
| const | num | Number of constant symbols |
| defsub | num | Number of DEFFN, DEFSUB and $DECLARE symbols |
| obj | num | Number of OBJECT, method, DEFFORM and form event symbols |
General Form
kcml.mem.sym,size=num,total=num,com=num,const=num,defsub=num,obj=numSee Also:
Performance Metrics