You are here

public function StopwatchPeriod::getEndTime in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()
  2. 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()
  3. 4.x webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()

Gets the relative time of the end of the period.

Return value

integer The time (in milliseconds)

File

webprofiler/src/Stopwatch.php, line 520

Class

StopwatchPeriod
Class StopwatchPeriod

Namespace

Drupal\webprofiler

Code

public function getEndTime() {
  return $this->end;
}