WP Profiler
Public Member Functions | Public Attributes | List of all members
WPProfiler\Core\Collectors\FunctionTracer Class Reference
Inheritance diagram for WPProfiler\Core\Collectors\FunctionTracer:
WPProfiler\Core\CollectorAbstract WPProfiler\Core\CollectorInterface

Public Member Functions

 get ($data=null)
 
 enable ()
 
 disable ()
 
 collect ($data, $root)
 
- Public Member Functions inherited from WPProfiler\Core\CollectorAbstract
 __construct (Profiler $profiler)
 
 build_report_filename ($parts)
 
 init ()
 
 enable ()
 
 disable ()
 

Public Attributes

const NAME = 'function_tracer'
 
- Public Attributes inherited from WPProfiler\Core\CollectorAbstract
const NAME = ''
 
const BUILD_FILENAME_PRIORITY = 0
 

Additional Inherited Members

- Protected Attributes inherited from WPProfiler\Core\CollectorAbstract
 $profiler
 
 $enabled = false
 

Member Function Documentation

WPProfiler\Core\Collectors\FunctionTracer::collect (   $data,
  $root 
)
Parameters
array$data
bool$root
Returns
mixed
WPProfiler\Core\Collectors\FunctionTracer::disable ( )
Returns
mixed|void

Implements WPProfiler\Core\CollectorInterface.

WPProfiler\Core\Collectors\FunctionTracer::enable ( )
Returns
void

Implements WPProfiler\Core\CollectorInterface.

WPProfiler\Core\Collectors\FunctionTracer::get (   $data = null)

Member Data Documentation

const WPProfiler\Core\Collectors\FunctionTracer::NAME = 'function_tracer'

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