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