You are here

public function SensorResultInterface::getExecutionTime in Monitoring 7

Get sensor execution time in ms.

Return value

float

1 method overrides SensorResultInterface::getExecutionTime()
SensorResult::getExecutionTime in lib/Drupal/monitoring/Result/SensorResult.php
Get sensor execution time in ms.

File

lib/Drupal/monitoring/Result/SensorResultInterface.php, line 173
Contains \Drupal\monitoring\Result\SensorResultInterface.

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getExecutionTime();