function 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;
}