MediaWiki
1.28.0
|
Class for handling function-scope profiling. More...
Public Member Functions | |
__construct ($name) | |
Begin profiling of a function and return an object that ends profiling of the function when that object leaves scope. More... | |
Class for handling function-scope profiling.
Definition at line 30 of file ProfileSection.php.
ProfileSection::__construct | ( | $name | ) |
Begin profiling of a function and return an object that ends profiling of the function when that object leaves scope.
As long as the object is not specifically linked to other objects, it will fall out of scope at the same moment that the function to be profiled terminates.
This is typically called like:
string | $name | Name of the function to profile |
Definition at line 42 of file ProfileSection.php.