|
XSLTProcessor::setProfilingSets profiling output file Description
bool XSLTProcessor::setProfiling
( string
$filename
)Sets the file to output profiling information when processing a stylesheet. Parameters
Return Values
Returns Examples
Example #1 Example profiling output
<?phpThe above code will produce the following information in the profiling file:
number match name mode Calls Tot 100us Avg
0 cd 2 3 1
1 collection 1 1 1
Total 3 4
|