Performance Metric kcml.xml.next
Summary
Parse XMLSend Condition
First XML_NEXT callOverview
Parsing of XML documents is deferred from XML_OPEN & XML_PARSE_BUFFER until the first time XML_NEXT is called on that handle. This metric is a measure of how much memory & time was required to parse the document.Statistics
| Name | Type | Description |
|---|---|---|
| handle | num | Handle |
| mem | bytes | Memory used to parse XML |
| time | usec | Time, in micro-seconds, spent parsing the document |
General Form
kcml.xml.next,handle=num,mem=bytes,time=usecSee Also:
Performance Metrics