You are here

public function TidewaysXHProfExtension::enable in XHProf 8

Enables the profiling with the extension.

Parameters

int $modifier: Flags to add additional information to the profiling.

array $options: An array of optional options.

Overrides ExtensionInterface::enable

File

src/Extension/TidewaysXHProfExtension.php, line 33

Class

TidewaysXHProfExtension
Implements support for tideways xhprof extension.

Namespace

Drupal\xhprof\Extension

Code

public function enable($modifier, $options) {
  tideways_xhprof_enable($modifier);
}