public function TidewaysXHProfExtension::disable in XHProf 8
Disables the extension.
Return value
array An array of profiling data, from the run.
Overrides ExtensionInterface::disable
File
- src/
Extension/ TidewaysXHProfExtension.php, line 40
Class
- TidewaysXHProfExtension
- Implements support for tideways xhprof extension.
Namespace
Drupal\xhprof\ExtensionCode
public function disable() {
return tideways_xhprof_disable();
}