diff --git a/System/Process/CrontabProcess.php b/System/Process/CrontabProcess.php index 9c1275e5..5598cabe 100644 --- a/System/Process/CrontabProcess.php +++ b/System/Process/CrontabProcess.php @@ -129,7 +129,7 @@ class CrontabProcess extends Process } else { $this->names[$name] = Timer::after(...$runTicker); } - var_dump($this->names); + var_dump($this->names, Timer::stats()); }