This commit is contained in:
as2252258@163.com
2021-03-20 04:01:19 +08:00
parent ba44fcd5d3
commit 6f51a5349c
+1 -1
View File
@@ -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());
}