|
XSLTProcessor::setProfilingSets profiling output file Description
public true XSLTProcessor::setProfiling(stringnull
$filename)Sets the file to output profiling information when processing a stylesheet. Parameters
Return Values
Always returns Examples
Example #1 Example profiling output The 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
|