You are here

public function ProfilerInterface::isLoaded in XHProf 8

Is any profiler extension loaded.

Return value

bool TRUE when more then one PHP supported profiler enabled, FALSE otherwise.

1 method overrides ProfilerInterface::isLoaded()
Profiler::isLoaded in src/Profiler.php
Is any profiler extension loaded.

File

src/ProfilerInterface.php, line 52

Class

ProfilerInterface
Provides interface to interact with profiler.

Namespace

Drupal\xhprof

Code

public function isLoaded();