Liste de tous les membres
Attributs protégés statiques |
static | $instances = array() |
Documentation des constructeurs et destructeur
JProfiler::__construct |
( |
|
$prefix = '' | ) |
|
Constructor
- Paramètres:
-
string | $prefix | Prefix for mark messages |
- Depuis:
- 11.1
Réimplémentée à partir de JObject.
Documentation des fonctions membres
Get all profiler marks.
Returns an array of all marks created since the Profiler object was instantiated. Marks are strings as per JProfiler::mark().
- Renvoie:
- array Array of profiler marks
static JProfiler::getInstance |
( |
|
$prefix = '' | ) |
|
|
static |
Get information about current memory usage.
- Renvoie:
- integer The memory usage
11.1
Références $output, et null.
static JProfiler::getmicrotime |
( |
| ) |
|
|
static |
JProfiler::mark |
( |
|
$label | ) |
|
Output a time mark
The mark is returned as text enclosed in
tags with a CSS class of 'profiler'.
- Paramètres:
-
string | $label | A label for the time mark |
- Renvoie:
- string Mark enclosed in
tags
- Depuis:
11.1
Références $label.
Documentation des données membres
JProfiler::$_buffer = null |
|
protected |
JProfiler::$_iswin = false |
|
protected |
JProfiler::$_previous_mem = 0.0 |
|
protected |
JProfiler::$_previous_time = 0.0 |
|
protected |
JProfiler::$instances = array() |
|
staticprotected |
La documentation de cette classe a été générée à partir du fichier suivant :