public function ExtensionInterface::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.
4 methods override ExtensionInterface::enable()
- TidewaysExtension::enable in src/
Extension/ TidewaysExtension.php - Enables the profiling with the extension.
- TidewaysXHProfExtension::enable in src/
Extension/ TidewaysXHProfExtension.php - Enables the profiling with the extension.
- UprofilerExtension::enable in src/
Extension/ UprofilerExtension.php - Enables the profiling with the extension.
- XHProfExtension::enable in src/
Extension/ XHProfExtension.php - Enables the profiling with the extension.
File
- src/
Extension/ ExtensionInterface.php, line 34
Class
- ExtensionInterface
- Defines profiling extension.
Namespace
Drupal\xhprof\ExtensionCode
public function enable($modifier, $options);