MediaWiki  REL1_24
ProfilerSimpleUDP Class Reference

ProfilerSimpleUDP class, that sends out messages for 'udpprofile' daemon (the one from http://git.wikimedia.org/tree/operations%2Fsoftware.git/master/udpprofile) More...

Inheritance diagram for ProfilerSimpleUDP:
Collaboration diagram for ProfilerSimpleUDP:

List of all members.

Public Member Functions

 isPersistent ()
 Return whether this profiler stores data.
 logData ()
 Log the data to some store or even the page output.

Protected Member Functions

 collateOnly ()
 Whether to internally just track aggregates and ignore the full stack trace.

Detailed Description

ProfilerSimpleUDP class, that sends out messages for 'udpprofile' daemon (the one from http://git.wikimedia.org/tree/operations%2Fsoftware.git/master/udpprofile)

Definition at line 30 of file ProfilerSimpleUDP.php.


Member Function Documentation

Whether to internally just track aggregates and ignore the full stack trace.

Only doing collation saves memory overhead but limits the use of certain features like that of graph generation for the debug toolbar.

Returns:
bool

Reimplemented from ProfilerStandard.

Definition at line 31 of file ProfilerSimpleUDP.php.

Return whether this profiler stores data.

See also:
Profiler::logData()
Returns:
bool

Reimplemented from ProfilerStandard.

Definition at line 35 of file ProfilerSimpleUDP.php.

Log the data to some store or even the page output.

Reimplemented from ProfilerStandard.

Definition at line 39 of file ProfilerSimpleUDP.php.

References as, ProfilerStandard\close(), Profiler\getProfileID(), and global.


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