public function StopwatchPeriod::getEndTime in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()
- 8 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()
- 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getEndTime()
Gets the relative time of the end of the period.
Return value
int The time (in milliseconds).
File
- webprofiler/
src/ Stopwatch.php, line 583
Class
- StopwatchPeriod
- Class StopwatchPeriod.
Namespace
Drupal\webprofilerCode
public function getEndTime() {
return $this->end;
}