MediaWiki  1.27.2
ProfilerOutputStats Class Reference

ProfilerOutput class that flushes profiling data to the profiling context's stats buffer. More...

Inheritance diagram for ProfilerOutputStats:
Collaboration diagram for ProfilerOutputStats:

Public Member Functions

 log (array $stats)
 Flush profiling data to the current profiling context's stats buffer. More...
 
- Public Member Functions inherited from ProfilerOutput
 __construct (Profiler $collector, array $params)
 Constructor. More...
 
 canUse ()
 Can this output type be used? More...
 
 log (array $stats)
 Log MediaWiki-style profiling data. More...
 

Additional Inherited Members

- Protected Attributes inherited from ProfilerOutput
Profiler $collector
 
array $params = []
 Configuration of $wgProfiler. More...
 

Detailed Description

ProfilerOutput class that flushes profiling data to the profiling context's stats buffer.

Since
1.25

Definition at line 32 of file ProfilerOutputStats.php.

Member Function Documentation

ProfilerOutputStats::log ( array  $stats)

Flush profiling data to the current profiling context's stats buffer.

Parameters
array$stats

Definition at line 39 of file ProfilerOutputStats.php.

References $key, and as.


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