CodeExplorer ProfilerNodeVisitor example
$profile->
leave();
array_shift($this->actives
);
if (1 === \
count($this->actives
)) { $this->actives
[0
]->
leave();
} } public function getNodeVisitors(): array
{ return [new ProfilerNodeVisitor(static::
class)];
}}