You are here

public function ProfilerInterface::isEnabled in XHProf 8

Check whether profiler is enabled.

Return value

boolean TRUE when enabled, FALSE otherwise.

1 method overrides ProfilerInterface::isEnabled()
Profiler::isEnabled in src/Profiler.php
Check whether profiler is enabled.

File

src/ProfilerInterface.php, line 33

Class

ProfilerInterface
Provides interface to interact with profiler.

Namespace

Drupal\xhprof

Code

public function isEnabled();