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

Breadcrumb

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

function Duration::fromNanoseconds

1 call to Duration::fromNanoseconds()
Timer::stop in vendor/phpunit/php-timer/src/Timer.php

File

vendor/phpunit/php-timer/src/Duration.php, line 31

Class

Duration
@psalm-immutable

Namespace

SebastianBergmann\Timer

Code

public static function fromNanoseconds(float $nanoseconds) : self {
    return new self($nanoseconds);
}
RSS feed
Powered by Drupal