MediaWiki
REL1_30
ProfileSection.php
Go to the documentation of this file.
1
<?php
30
class
ProfileSection
{
42
public
function
__construct
( $name ) {
43
wfDeprecated
( __CLASS__,
'1.25'
);
44
}
45
}
wfDeprecated
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
Definition
GlobalFunctions.php:1177
ProfileSection
Class for handling function-scope profiling.
Definition
ProfileSection.php:30
ProfileSection\__construct
__construct( $name)
Begin profiling of a function and return an object that ends profiling of the function when that obje...
Definition
ProfileSection.php:42
includes
profiler
ProfileSection.php
Generated on Mon Nov 25 2024 15:42:42 for MediaWiki by
1.10.0