Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MemoryUsage.php
function MemoryUsage::diff
File
vendor/
phpunit/
phpunit/
src/
Event/
Value/
Telemetry/
MemoryUsage.php
, line 36
Class
MemoryUsage
@psalm-immutable
Namespace
PHPUnit\Event\Telemetry
Code
public
function
diff
(self
$other
) : self {
return
self
::
fromBytes
(
$this
->
bytes
-
$other
->
bytes
); }
RSS feed