You are here

public function CapacityTrackerInterface::spentExecutionTime in Purge 8.3

Get the counter tracking actual spent execution time during this request.

Return value

\Drupal\purge\Counter\CounterInterface The counter object.

1 method overrides CapacityTrackerInterface::spentExecutionTime()
CapacityTracker::spentExecutionTime in src/Plugin/Purge/Purger/CapacityTracker.php
Get the counter tracking actual spent execution time during this request.

File

src/Plugin/Purge/Purger/CapacityTrackerInterface.php, line 193

Class

CapacityTrackerInterface
Describes the capacity tracker.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function spentExecutionTime();