You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$methodinstanceof ReflectionMethod => 'Detailed metrics for the method <fg=green>'.$method->class.'::'.$method->getName().'</> located in <fg=green>'.$method->getFileName().'</> called <fg=yellow>'.$profile->iterations.'</> times',
45
-
default => 'Detailed metrics for the function <fg=green>'.$method->getName().'</> located in <fg=green>'.$method->getFileName().'</> called <fg=yellow>'.$profile->iterations.'</> times',
$methodinstanceof ReflectionMethod => 'Average metrics for the method <fg=green>'.$method->class.'::'.$method->getName().'</> located in <fg=green>'.$method->getFileName().'</> called <fg=yellow>'.$profile->iterations.'</> times',
56
-
default => 'Average metrics for the function <fg=green>'.$method->getName().'</> located in <fg=green>'.$method->getFileName().'</> called <fg=yellow>'.$profile->iterations.'</> times',
$this->sourceinstanceof ReflectionMethod => 'Detailed metrics for the method <fg=green>'.$this->source->class.'::'.$this->source->getName().'</> located in <fg=green>'.$this->source->getFileName().'</> called <fg=yellow>'.$this->profile->iterations.'</> times',
60
+
default => 'Detailed metrics for the function <fg=green>'.$this->source->getName().'</> located in <fg=green>'.$this->source->getFileName().'</> called <fg=yellow>'.$this->profile->iterations.'</> times',
61
+
};
62
+
}
63
+
64
+
returnmatch (true) {
65
+
$this->sourceinstanceof ReflectionMethod => 'Average metrics for the method <fg=green>'.$this->source->class.'::'.$this->source->getName().'</> located in <fg=green>'.$this->source->getFileName().'</> called <fg=yellow>'.$this->profile->iterations.'</> times',
66
+
default => 'Average metrics for the function <fg=green>'.$this->source->getName().'</> located in <fg=green>'.$this->source->getFileName().'</> called <fg=yellow>'.$this->profile->iterations.'</> times',
0 commit comments