You are here

public function ProfilerInterface::getExtensions in XHProf 8

Returns a list of available PHP extensions for profiling.

Return value

array Keyed array of extension name and its description.

1 method overrides ProfilerInterface::getExtensions()
Profiler::getExtensions in src/Profiler.php
Returns a list of available PHP extensions for profiling.

File

src/ProfilerInterface.php, line 60

Class

ProfilerInterface
Provides interface to interact with profiler.

Namespace

Drupal\xhprof

Code

public function getExtensions();