Scientist\Machine::setStartValues PHP Method

setStartValues() protected method

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