You are here

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\Extension

Code

public function disable() {
  return tideways_xhprof_disable();
}