Riferimenti per il file typo3_src/typo3/ext/phpmyadmin/modsub/phpMyAdmin-2.6.4-pl3/libraries/dbg/profiling.php

Vai al codice sorgente di questo file.

Variabili

 $cwdlen = strlen(getcwd())
 $tr
 $lines = 0
 $hit_cnt = $dbg_prof_results['hit_count'][$idx]
 $time_sum = $dbg_prof_results['tm_sum'][$idx] * 1000
 $time_avg_hit = $time_sum / $hit_cnt
 $time_min = $dbg_prof_results['tm_min'][$idx] * 1000
 $time_max = $dbg_prof_results['tm_max'][$idx] * 1000
 $time_sum = sprintf('%.3f', $time_sum)
 $time_avg_hit = sprintf('%.3f', $time_avg_hit)
 $time_min = sprintf('%.3f', $time_min)
 $time_max = sprintf('%.3f', $time_max)
 $ctx_id = ""
 $ctx_name = ""


Documentazione delle variabili

$ctx_id = ""
 

Definizione alla linea 55 del file profiling.php.

$ctx_name = ""
 

Definizione alla linea 59 del file profiling.php.

$cwdlen = strlen(getcwd())
 

Definizione alla linea 22 del file profiling.php.

$hit_cnt = $dbg_prof_results['hit_count'][$idx]
 

Definizione alla linea 44 del file profiling.php.

$lines = 0
 

Definizione alla linea 36 del file profiling.php.

$time_avg_hit = sprintf('%.3f', $time_avg_hit)
 

Definizione alla linea 52 del file profiling.php.

$time_avg_hit = $time_sum / $hit_cnt
 

Definizione alla linea 47 del file profiling.php.

$time_max = sprintf('%.3f', $time_max)
 

Definizione alla linea 54 del file profiling.php.

$time_max = $dbg_prof_results['tm_max'][$idx] * 1000
 

Definizione alla linea 49 del file profiling.php.

$time_min = sprintf('%.3f', $time_min)
 

Definizione alla linea 53 del file profiling.php.

$time_min = $dbg_prof_results['tm_min'][$idx] * 1000
 

Definizione alla linea 48 del file profiling.php.

$time_sum = sprintf('%.3f', $time_sum)
 

Definizione alla linea 51 del file profiling.php.

$time_sum = $dbg_prof_results['tm_sum'][$idx] * 1000
 

Definizione alla linea 46 del file profiling.php.

$tr
 

Valore iniziale:

 '<tr style="background:#808080; color:#FFFFFF">' . "\n" . 
            '<td>' . $GLOBALS['strDBGModule'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGLine'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGHits'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGTimePerHitMs'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGTotalTimeMs'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGMinTimeMs'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGMaxTimeMs'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGContextID'] . '</td>' . "\n" .
            '<td>' . $GLOBALS['strDBGContext'] . '</td>' . "\n" .
            '</tr></thead>' . "\n"

Definizione alla linea 25 del file profiling.php.


Generato il Thu Jan 19 15:25:02 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6