PHP » GoLang |
login |
register |
about
|
GoLang XSLTProcessor::setProfiling
request it (463)
GoLang replacement for PHP's XSLTProcessor::setProfiling
[edit | history]
PHP XSLTProcessor::setProfilingPHP original manual for XSLTProcessor::setProfiling [ show | php.net ]XSLTProcessor::setProfiling(PHP >= 5.3.0) XSLTProcessor::setProfiling — Sets 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
|
more
Most requested
more
Last requests
|