MediaWiki
1.30.0
|
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_REPLICA ) |
if(! $dbr->tableExists( 'profiling')) | $expand = [] |
$last = false | |
foreach( $queries as $q) | $points [] = $s |
$points = [] | |
$queries = [] | |
if(isset( $_REQUEST['sort']) &&in_array( $_REQUEST['sort'], $sorts)) | $res |
foreach( $res as $o) | $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0, 0 ) |
$sort = 'time' | |
$sorts | |
$sqltotal = 0.0 | |
$wgEnableProfileInfo = false | |
if(isset( $_REQUEST['filter'])) | else |
const | MW_NO_SESSION 'warn' |
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 295 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().
Definition at line 392 of file profileinfo.php.
References $expand, $sort, global, and wfArrayToCgi().
Referenced by profile_point\display().
if (! $wgEnableProfileInfo) $dbr = wfGetDB( DB_REPLICA ) |
Definition at line 153 of file profileinfo.php.
if (! $dbr->tableExists('profiling')) $expand = [] |
Definition at line 164 of file profileinfo.php.
Referenced by profile_point\display(), getEscapedProfileUrl(), and MediaWiki\Linker\LinkRenderer\setExpandURLs().
$last = false |
Definition at line 415 of file profileinfo.php.
Referenced by CompressOld\compressOldPages(), DeletedContribsPager\formatRevisionRow(), SpecialMergeHistory\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), UcdXmlReader\getBlocks(), FileJournal\getChangeEntries(), EnhancedChangesList\getLogText(), IndexPager\getPagingQueries(), ApiResult\getResultData(), UcdXmlReader\handleChar(), SearchHighlighter\highlightText(), HistoryPager\lastLink(), Wikimedia\Rdbms\DatabaseMssql\limitResult(), JavaScriptMinifier\minify(), WikiExporter\outputPageStream(), CategoryViewer\pagingLinks(), MWHttpRequest\parseHeader(), EnhancedChangesList\recentChangesBlockGroup(), MediaWiki\Tidy\Balancer\resetInsertionMode(), MediaWiki\Auth\AuthManager\securitySensitiveOperationStatus(), and XhprofDataTest\testCriticalPath().
Definition at line 442 of file profileinfo.php.
$points = [] |
Definition at line 411 of file profileinfo.php.
Referenced by MergeMessageFileList\execute(), and RandomImageGenerator\shapePointsToString().
$queries = [] |
Definition at line 412 of file profileinfo.php.
Referenced by ImageListPager\getDefaultQuery(), TablePager\getNavigationBar(), IndexPager\getPagingLinks(), and ImageListPager\getPagingQueries().
if (isset($_REQUEST[ 'sort']) &&in_array($_REQUEST[ 'sort'], $sorts)) $res |
Definition at line 328 of file profileinfo.php.
foreach ($res as $o) $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0, 0 ) |
Definition at line 438 of file profileinfo.php.
$sort = 'time' |
Definition at line 323 of file profileinfo.php.
Referenced by ParserOutput\addCategory(), ApiQueryBase\addTimestampWhereRange(), ApiQueryBase\addWhereRange(), compare_point(), ApiQueryLangLinks\execute(), ApiQueryDeletedrevs\execute(), ApiQueryIWLinks\execute(), ApiQueryFilearchive\execute(), getEscapedProfileUrl(), SpecialPagesWithProp\getOrderFields(), Title\getRelativeRevisionID(), WatchedItemQueryService\getWatchedItemsWithRCInfoQueryDbOptions(), SpecialVersion\listToText(), ApiQueryContinueTestBase\mergeResult(), ApiQueryAllRevisions\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryIWBacklinks\run(), ApiQueryImages\run(), ApiQueryLangBacklinks\run(), ApiQueryCategories\run(), ApiQueryAllCategories\run(), ApiQueryPagesWithProp\run(), ApiQueryLinks\run(), ApiQueryRevisions\run(), ApiQueryAllLinks\run(), ApiQueryBacklinks\runFirstQuery(), and ApiQueryBacklinks\runSecondQuery().
$sorts |
Definition at line 321 of file profileinfo.php.
$sqltotal = 0.0 |
Definition at line 413 of file profileinfo.php.
$wgEnableProfileInfo = false |
Definition at line 35 of file profileinfo.php.
if (isset($_REQUEST[ 'filter'])) else |
Definition at line 338 of file profileinfo.php.
const MW_NO_SESSION 'warn' |
Definition at line 31 of file profileinfo.php.