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