MediaWiki  1.27.2
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_SLAVE )
 
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
 

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

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

Definition at line 387 of file profileinfo.php.

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

Referenced by profile_point\display().

Variable Documentation

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

Definition at line 148 of file profileinfo.php.

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

Definition at line 159 of file profileinfo.php.

Referenced by profile_point\display(), and getEscapedProfileUrl().

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

Definition at line 437 of file profileinfo.php.

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

Definition at line 323 of file profileinfo.php.

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

Definition at line 433 of file profileinfo.php.

$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 316 of file profileinfo.php.

$sqltotal = 0.0

Definition at line 408 of file profileinfo.php.

$wgEnableProfileInfo = false

Definition at line 30 of file profileinfo.php.

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

Definition at line 333 of file profileinfo.php.