55 abstract public function log( array $stats );
Base class for profiling output.
canUse()
Can this output type be used?
array $params
Configuration of $wgProfiler.
log(array $stats)
Log MediaWiki-style profiling data.
__construct(Profiler $collector, array $params)
Profiler base class that defines the interface and some trivial functionality.