WP Profiler
|
Public Member Functions | |
__construct (Profiler $profiler) | |
init () | |
get ($data=null) | |
enable () | |
disable () | |
WPProfiler\Core\CollectorInterface::__construct | ( | Profiler | $profiler | ) |
CollectorInterface constructor.
\WPProfiler\Core\Profiler | $profiler |
Implemented in WPProfiler\Core\CollectorAbstract.
WPProfiler\Core\CollectorInterface::disable | ( | ) |
Implemented in WPProfiler\Core\Collectors\FunctionTracer, WPProfiler\Core\Collectors\Hook, and WPProfiler\Core\CollectorAbstract.
WPProfiler\Core\CollectorInterface::enable | ( | ) |
Implemented in WPProfiler\Core\Collectors\FunctionTracer, WPProfiler\Core\Collectors\Function_, WPProfiler\Core\Collectors\Hook, and WPProfiler\Core\CollectorAbstract.
WPProfiler\Core\CollectorInterface::get | ( | $data = null | ) |
mixed | null | $data |
Implemented in WPProfiler\Core\Collectors\Db, WPProfiler\Core\Collectors\Request, WPProfiler\Core\Collectors\Query, WPProfiler\Core\Collectors\FunctionTracer, WPProfiler\Core\Collectors\Function_, and WPProfiler\Core\Collectors\Hook.
WPProfiler\Core\CollectorInterface::init | ( | ) |
Implemented in WPProfiler\Core\Collectors\Function_, WPProfiler\Core\Collectors\Hook, and WPProfiler\Core\CollectorAbstract.