MediaWiki  REL1_19
ProfilerStub Class Reference
Inheritance diagram for ProfilerStub:
Collaboration diagram for ProfilerStub:

List of all members.

Public Member Functions

 close ()
 Close opened profiling sections.
 getCurrentSection ()
 Get the function name of the current profiling section.
 getOutput ()
 Returns a profiling output to be stored in debug file.
 isStub ()
 Return whether this a stub profiler.
 logData ()
 Log the whole profiling data into the database.
 profileIn ($fn)
 Called by wfProfieIn()
 profileOut ($fn)
 Called by wfProfieOut()

Detailed Description

Definition at line 7 of file ProfilerStub.php.


Member Function Documentation

Close opened profiling sections.

Reimplemented from Profiler.

Definition at line 14 of file ProfilerStub.php.

Get the function name of the current profiling section.

Reimplemented from Profiler.

Definition at line 16 of file ProfilerStub.php.

Returns a profiling output to be stored in debug file.

Returns:
String

Reimplemented from Profiler.

Definition at line 13 of file ProfilerStub.php.

Return whether this a stub profiler.

Returns:
Boolean

Reimplemented from Profiler.

Definition at line 8 of file ProfilerStub.php.

Log the whole profiling data into the database.

Reimplemented from Profiler.

Definition at line 15 of file ProfilerStub.php.

ProfilerStub::profileIn ( functionname)

Called by wfProfieIn()

Parameters:
$functionnameString

Reimplemented from Profiler.

Definition at line 11 of file ProfilerStub.php.

ProfilerStub::profileOut ( functionname)

Called by wfProfieOut()

Parameters:
$functionnameString

Reimplemented from Profiler.

Definition at line 12 of file ProfilerStub.php.


The documentation for this class was generated from the following file: