WP Profiler
|
Public Member Functions | |
build_report_filename ($parts) | |
init () | |
get ($data=null) | |
record_stop (&$item) | |
start_timer () | |
is_hook_ignored ($hook) | |
stop_timer ($data=null) | |
enable () | |
disable () | |
get_current_hook () | |
update_current_hook_last_element ($name, $value) | |
get_current_hook_last_element ($name) | |
append_current_hook ($name, $value) | |
ignore_hook ($hook) | |
remove_ignored_hook ($hook) | |
Public Member Functions inherited from WPProfiler\Core\CollectorAbstract | |
__construct (Profiler $profiler) | |
build_report_filename ($parts) | |
init () | |
enable () | |
disable () | |
Public Attributes | |
const | BUILD_FILENAME_PRIORITY = 1 |
const | NAME = 'hook' |
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 | |
WPProfiler\Core\Collectors\Hook::append_current_hook | ( | $name, | |
$value | |||
) |
WPProfiler\Core\Collectors\Hook::build_report_filename | ( | $parts | ) |
$parts |
WPProfiler\Core\Collectors\Hook::disable | ( | ) |
Implements WPProfiler\Core\CollectorInterface.
WPProfiler\Core\Collectors\Hook::enable | ( | ) |
Implements WPProfiler\Core\CollectorInterface.
WPProfiler\Core\Collectors\Hook::get | ( | $data = null | ) |
Implements WPProfiler\Core\CollectorInterface.
WPProfiler\Core\Collectors\Hook::get_current_hook | ( | ) |
WPProfiler\Core\Collectors\Hook::get_current_hook_last_element | ( | $name | ) |
WPProfiler\Core\Collectors\Hook::ignore_hook | ( | $hook | ) |
string | $hook |
WPProfiler\Core\Collectors\Hook::init | ( | ) |
Implements WPProfiler\Core\CollectorInterface.
WPProfiler\Core\Collectors\Hook::is_hook_ignored | ( | $hook | ) |
$hook |
WPProfiler\Core\Collectors\Hook::record_stop | ( | & | $item | ) |
array | $item |
WPProfiler\Core\Collectors\Hook::remove_ignored_hook | ( | $hook | ) |
$hook |
WPProfiler\Core\Collectors\Hook::start_timer | ( | ) |
WPProfiler\Core\Collectors\Hook::stop_timer | ( | $data = null | ) |
null | $data |
WPProfiler\Core\Collectors\Hook::update_current_hook_last_element | ( | $name, | |
$value | |||
) |
const WPProfiler\Core\Collectors\Hook::BUILD_FILENAME_PRIORITY = 1 |
const WPProfiler\Core\Collectors\Hook::NAME = 'hook' |