You are here

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

Code

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