Scientist\Machine::setStartValues PHP Méthode

setStartValues() protected méthode

Set values before callback is executed.
protected setStartValues ( ) : void
Résultat void
    protected function setStartValues()
    {
        $this->result->setStartTime(microtime(true));
        $this->result->setStartMemory(memory_get_usage());
    }