function StopwatchEvent::getOrigin

Gets the origin.

Return value

float The origin in milliseconds

File

webprofiler/src/Stopwatch.php, line 341

Class

StopwatchEvent
Class StopwatchEvent

Namespace

Drupal\webprofiler

Code

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