API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JProfiler

Graphe d'héritage de JProfiler:
Graphe de collaboration de JProfiler:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des constructeurs et destructeur

JProfiler::__construct ( prefix = '')

Constructor

protected

Paramètres:
stringPrefix for mark messages

Documentation des fonctions membres

JProfiler::getBuffer ( )

Get all profiler marks.

Returns an array of all marks created since the Profiler object was instantiated. Marks are strings as per JProfiler::mark().

public

Renvoie:
array Array of profiler marks
& JProfiler::getInstance ( prefix = '')

Returns a reference to the global Profiler object, only creating it if it doesn't already exist.

This method must be invoked as:

  $browser = & JProfiler::getInstance( $prefix );

public

Paramètres:
stringPrefix used to distinguish profiler objects.
Renvoie:
JProfiler The Profiler object.
JProfiler::getMemory ( )

Get information about current memory usage.

public

Renvoie:
int The memory usage PHP_MANUAL#memory_get_usage

Références $output.

JProfiler::getmicrotime ( )

Get the current time.

public

Renvoie:
float The current time
JProfiler::mark ( label)

Output a time mark

The mark is returned as text enclosed in

tags with a CSS class of 'profiler'.
public

Paramètres:
stringA label for the time mark
Renvoie:
string Mark enclosed in
tags

Documentation des données membres

JProfiler::$_buffer = null
JProfiler::$_prefix = ''
JProfiler::$_start = 0

La documentation de cette classe a été générée à partir du fichier suivant :