MediaWiki REL1_32
|
Simple interface for displaying request profile data stored in the wikis' primary database. 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 | |
$points = [] | |
foreach( $queries as $q) | $points [] = $s |
$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 | |
if(isset( $_REQUEST['filter'])) | else |
const | MW_NO_SESSION 1 |
Simple interface for displaying request profile data stored in the wikis' primary database.
See also https://www.mediawiki.org/wiki/Manual:Profiling.
To add profiling information to the database:
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 298 of file profileinfo.php.
References $sort, profile_point\callsPerRequest(), profile_point\count(), 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 397 of file profileinfo.php.
References $expand, $sort, and wfArrayToCgi().
Referenced by profile_point\display().
if (! $wgEnableProfileInfo) $dbr = wfGetDB( DB_REPLICA ) |
Definition at line 162 of file profileinfo.php.
if (! $dbr->tableExists('profiling')) $expand = [] |
Definition at line 173 of file profileinfo.php.
Referenced by profile_point\display(), getEscapedProfileUrl(), and MediaWiki\Linker\LinkRenderer\setExpandURLs().
$last = false |
Definition at line 419 of file profileinfo.php.
Referenced by CompressOld\compressOldPages(), MigrateArchiveText\doDBUpdates(), MigrateImageCommentTemp\doDBUpdates(), PopulateExternallinksIndex60\doDBUpdates(), DeletedContribsPager\formatRevisionRow(), SpecialMergeHistory\formatRevisionRow(), SpecialUndelete\formatRevisionRow(), UcdXmlReader\getBlocks(), FileJournal\getChangeEntries(), EnhancedChangesList\getLogText(), IndexPager\getPagingQueries(), ApiResult\getResultData(), DeleteAutoPatrolLogs\getRowsOld(), UcdXmlReader\handleChar(), SearchHighlighter\highlightText(), HistoryPager\lastLink(), Wikimedia\Rdbms\DatabaseMssql\limitResult(), JavaScriptMinifier\minify(), CategoryViewer\pagingLinks(), MWHttpRequest\parseHeader(), EnhancedChangesList\recentChangesBlockGroup(), MediaWiki\Auth\AuthManager\securitySensitiveOperationStatus(), XhprofDataTest\testCriticalPath(), and wfShorthandToInteger().
$points = [] |
Definition at line 415 of file profileinfo.php.
Referenced by MergeMessageFileList\execute(), and RandomImageGenerator\shapePointsToString().
foreach ($queries as $q) $points[] = $s |
Definition at line 446 of file profileinfo.php.
$queries = [] |
Definition at line 416 of file profileinfo.php.
Referenced by ImageListPager\getDefaultQuery(), TablePager\getNavigationBar(), IndexPager\getPagingLinks(), ImageListPager\getPagingQueries(), OutputPageTest\testAddBacklinkSubtitle(), and OutputPageTest\testBuildBacklinkSubtitle().
if (isset($_REQUEST[ 'sort']) &&in_array($_REQUEST[ 'sort'], $sorts)) $res |
Definition at line 333 of file profileinfo.php.
foreach ($res as $o) $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0, 0 ) |
Definition at line 442 of file profileinfo.php.
$sort = 'time' |
Definition at line 328 of file profileinfo.php.
Referenced by ParserOutput\addCategory(), ApiQueryBase\addTimestampWhereRange(), ApiQueryBase\addWhereRange(), compare_point(), ApiQueryDeletedrevs\execute(), ApiQueryFilearchive\execute(), ApiQueryIWLinks\execute(), ApiQueryLangLinks\execute(), ApiQueryUserContribs\execute(), getEscapedProfileUrl(), SpecialPagesWithProp\getOrderFields(), Title\getRelativeRevisionID(), SearchEngine\getSort(), WatchedItemQueryService\getWatchedItemsWithRCInfoQueryDbOptions(), SpecialVersion\listToText(), ApiQueryContinueTestBase\mergeResult(), ApiQueryAllCategories\run(), ApiQueryAllLinks\run(), ApiQueryCategories\run(), ApiQueryImages\run(), ApiQueryIWBacklinks\run(), ApiQueryLangBacklinks\run(), ApiQueryLinks\run(), ApiQueryPagesWithProp\run(), ApiQueryAllDeletedRevisions\run(), ApiQueryAllRevisions\run(), ApiQueryRevisions\run(), ApiQueryBacklinks\runFirstQuery(), ApiQueryBacklinks\runSecondQuery(), Parser\setDefaultSort(), SearchEngine\setSort(), and ApiQueryUserContribsTest\testSorting().
$sorts |
Definition at line 326 of file profileinfo.php.
$sqltotal = 0.0 |
Definition at line 417 of file profileinfo.php.
if (isset($_REQUEST[ 'filter'])) else |
Definition at line 343 of file profileinfo.php.
const MW_NO_SESSION 1 |
Definition at line 41 of file profileinfo.php.