You are here

public function StopwatchPeriod::getStartTime in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getStartTime()
  2. 8 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchPeriod::getStartTime()
  3. 4.x webprofiler/src/Stopwatch.php \Drupal\webprofiler\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\webprofiler

Code

public function getStartTime() {
  return $this->start;
}