Performance Metric kcml.xml.next

Summary

Parse XML

Send Condition

First XML_NEXT call

Overview

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

NameTypeDescription
handlenumHandle
membytesMemory used to parse XML
timeusecTime, in micro-seconds, spent parsing the document

General Form

kcml.xml.next,handle=num,mem=bytes,time=usec

See Also:

Performance Metrics