public function StopwatchPeriod::getEndTime in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()
- 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()
- 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\webprofilerCode
public function getEndTime() {
return $this->end;
}