MediaWiki REL1_30
ProfileSection.php
Go to the documentation of this file.
1<?php
42 public function __construct( $name ) {
43 wfDeprecated( __CLASS__, '1.25' );
44 }
45}
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
Class for handling function-scope profiling.
__construct( $name)
Begin profiling of a function and return an object that ends profiling of the function when that obje...