Scientist\Machine::setStartValues PHP 메소드

setStartValues() 보호된 메소드

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