Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Timer.php
function Timer::start
Same name in this branch
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