function StopwatchPeriod::getStartTime
Gets the relative time of the start of the period.
Return value
integer The time (in milliseconds)
File
-
webprofiler/
src/ Stopwatch.php, line 511
Class
- StopwatchPeriod
- Class StopwatchPeriod
Namespace
Drupal\webprofilerCode
public function getStartTime() {
return $this->start;
}