MediaWiki  REL1_31
profileinfo.php File Reference

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
 
 $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
 
 $wgEnableProfileInfo = false
 
if(isset( $_REQUEST['filter'])) else
 
const MW_NO_SESSION 'warn'
 

Detailed Description

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.

Function Documentation

◆ compare_point()

◆ getEscapedProfileUrl()

getEscapedProfileUrl (   $_filter = false,
  $_sort = false,
  $_expand = false 
)

Definition at line 386 of file profileinfo.php.

References $expand, $sort, global, and wfArrayToCgi().

Referenced by profile_point\display().

Variable Documentation

◆ $dbr

if (! $wgEnableProfileInfo) $dbr = wfGetDB( DB_REPLICA )

Definition at line 153 of file profileinfo.php.

◆ $expand

if (! $dbr->tableExists('profiling')) $expand = []

◆ $last

◆ $points [1/2]

$points = []

◆ $points [2/2]

foreach ($queries as $q) $points[] = $s

Definition at line 435 of file profileinfo.php.

◆ $queries

◆ $res

if (isset($_REQUEST[ 'sort']) &&in_array($_REQUEST[ 'sort'], $sorts)) $res
Initial value:
= $dbr->select(
'profiling',
'*',
[],
'profileinfo.php',
[ 'ORDER BY' => 'pf_name ASC' ]
)

Definition at line 322 of file profileinfo.php.

◆ $s

foreach ($res as $o) $s = new profile_point( 'SQL Queries', 0, $sqltotal, 0, 0 )

Definition at line 431 of file profileinfo.php.

◆ $sort

◆ $sorts

$sorts
Initial value:
= [ 'time', 'memory', 'count', 'calls_per_req', 'name',
'time_per_call', 'memory_per_call', 'time_per_req', 'memory_per_req' ]

Definition at line 315 of file profileinfo.php.

◆ $sqltotal

$sqltotal = 0.0

Definition at line 406 of file profileinfo.php.

◆ $wgEnableProfileInfo

$wgEnableProfileInfo = false

Definition at line 35 of file profileinfo.php.

◆ else

if (isset($_REQUEST[ 'filter'])) else
Initial value:
{
$filter = ''

Definition at line 332 of file profileinfo.php.

◆ MW_NO_SESSION

const MW_NO_SESSION 'warn'

Definition at line 31 of file profileinfo.php.

$dbr
if(! $wgEnableProfileInfo) $dbr
Definition: profileinfo.php:153