You are here

public function RuntimeMeasurementInterface::start in Purge 8.3

Start measuring execution time.

Throws

\LogicException Thrown when already started before without calling ::stop().

1 method overrides RuntimeMeasurementInterface::start()
RuntimeMeasurement::start in src/Plugin/Purge/Purger/RuntimeMeasurement.php
Start measuring execution time.

File

src/Plugin/Purge/Purger/RuntimeMeasurementInterface.php, line 31

Class

RuntimeMeasurementInterface
Describes a execution time measurer for invalidation processing.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function start();