You are here

public function XHProfExtension::disable in XHProf 8

Disables the extension.

Return value

array An array of profiling data, from the run.

Overrides ExtensionInterface::disable

File

src/Extension/XHProfExtension.php, line 40

Class

XHProfExtension
Implements support for PHP 7 XHProf extension.

Namespace

Drupal\xhprof\Extension

Code

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