You are here

public function StopwatchEvent::getOrigin in Devel 4.x

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchEvent::getOrigin()
  2. 8 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchEvent::getOrigin()
  3. 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\StopwatchEvent::getOrigin()

Gets the origin.

Return value

float The origin in milliseconds.

File

webprofiler/src/Stopwatch.php, line 387

Class

StopwatchEvent
Class StopwatchEvent.

Namespace

Drupal\webprofiler

Code

public function getOrigin() {
  return $this->origin;
}