Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Timer.php

function Timer::start

Same name in this branch
  1. 11.1.x core/lib/Drupal/Component/Utility/Timer.php \Drupal\Component\Utility\Timer::start()

File

vendor/phpunit/php-timer/src/Timer.php, line 22

Class

Timer

Namespace

SebastianBergmann\Timer

Code

public function start() : void {
    $this->startTimes[] = (double) hrtime(true);
}
RSS feed
Powered by Drupal