Performance Metric kcml.declare.call
Summary
Record of a $DECLARE call. The number of bytes sent and received is only applicable to client-side $DECLARE calls, where svr is 0Send Condition
$DECLAREStatistics
| Name | Type | Description |
|---|---|---|
| lib | string | Library name |
| fn | string | Function name |
| svr | bool | Server side |
| time | usec | Time, in micro-seconds, spent executing call |
| writebytes | count | Number of bytes sent to the client |
| readbytes | count | Number of bytes read from the client |
General Form
kcml.declare.call,lib=string,fn=string,svr=bool,time=usec,writebytes=count,readbytes=countSee Also:
Performance Metrics