MediaWiki
REL1_22
|
Show profiling data. More...
Go to the source code of this file.
Classes | |
class | profile_point |
Functions | |
compare_point (profile_point $a, profile_point $b) | |
getEscapedProfileUrl ($_filter=false, $_sort=false, $_expand=false) | |
Variables | |
if(!$wgEnableProfileInfo) | $dbr = wfGetDB( DB_SLAVE ) |
if(!$dbr->tableExists( 'profiling')) | $expand = array() |
$last = false | |
$points = array() | |
foreach($queries as $q) | $points [] = $s |
$queries = array() | |
if(isset($_REQUEST['sort'])&&in_array($_REQUEST['sort'], $sorts)) | $res = $dbr->select( 'profiling', '*', array(), 'profileinfo.php', array( 'ORDER BY' => 'pf_name ASC' ) ) |
foreach($res as $o) | $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0, 0 ) |
$sort = 'time' | |
$sorts | |
$sqltotal = 0.0 | |
$wgEnableProfileInfo = $wgProfileToDatabase = false |
Show profiling data.
Copyright 2005 Kate Turner.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition in file profileinfo.php.
compare_point | ( | profile_point $ | a, |
profile_point $ | b | ||
) |
Definition at line 275 of file profileinfo.php.
References $sort, profile_point\callsPerRequest(), profile_point\count(), global, profile_point\memory(), profile_point\memoryPerCall(), profile_point\memoryPerRequest(), profile_point\name(), profile_point\time(), profile_point\timePerCall(), and profile_point\timePerRequest().
getEscapedProfileUrl | ( | $ | _filter = false , |
$ | _sort = false , |
||
$ | _expand = false |
||
) |
Definition at line 344 of file profileinfo.php.
References $expand, $sort, array(), global, and wfArrayToCgi().
Referenced by profile_point\display().
Definition at line 148 of file profileinfo.php.
Definition at line 159 of file profileinfo.php.
Referenced by profile_point\display(), and getEscapedProfileUrl().
$last = false |
Definition at line 365 of file profileinfo.php.
Referenced by CompressOld\compressOldPages(), SpecialMergeHistory\formatRevisionRow(), UcdXmlReader\getBlocks(), FileJournal\getChangeEntries(), UcdXmlReader\handleChar(), JavaScriptMinifier\minify(), EnhancedChangesList\recentChangesBlockGroup(), wfShorthandToInteger(), and lessc\zipSetArgs().
$points = array() |
Definition at line 361 of file profileinfo.php.
Referenced by MergeMessageFileList\execute(), and RandomImageGenerator\shapePointsToString().
Definition at line 392 of file profileinfo.php.
Definition at line 362 of file profileinfo.php.
Referenced by lessc\compileMediaQuery(), ImageListPager\getDefaultQuery(), ImageListPager\getPagingQueries(), lessc\multiplyMedia(), and LinkHolderArray\replaceInternal().
if (isset($_REQUEST['sort'])&&in_array($_REQUEST['sort'], $sorts)) $res = $dbr->select( 'profiling', '*', array(), 'profileinfo.php', array( 'ORDER BY' => 'pf_name ASC' ) ) |
Definition at line 306 of file profileinfo.php.
foreach ($res as $o) $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0, 0 ) |
Definition at line 388 of file profileinfo.php.
$sort = 'time' |
Definition at line 301 of file profileinfo.php.
Referenced by ParserOutput\addCategory(), ApiQueryBase\addTimestampWhereRange(), ApiQueryBase\addWhereRange(), compare_point(), ApiQueryDeletedrevs\execute(), ApiQueryLangLinks\execute(), ApiQueryIWLinks\execute(), ApiQueryFilearchive\execute(), getEscapedProfileUrl(), SpecialVersion\listToText(), ApiQueryContinueTestBase\mergeResult(), FindHooks\printArray(), ApiQueryImages\run(), ApiQueryLangBacklinks\run(), ApiQueryIWBacklinks\run(), ApiQueryWatchlistRaw\run(), ApiQueryCategories\run(), ApiQueryAllCategories\run(), ApiQueryPagesWithProp\run(), ApiQueryLinks\run(), and ApiQueryAllLinks\run().
$sorts |
array( 'time', 'memory', 'count', 'calls_per_req', 'name', 'time_per_call', 'memory_per_call', 'time_per_req', 'memory_per_req' )
Definition at line 299 of file profileinfo.php.
$sqltotal = 0.0 |
Definition at line 363 of file profileinfo.php.
$wgEnableProfileInfo = $wgProfileToDatabase = false |
Definition at line 30 of file profileinfo.php.