Scientist\Machine::setEndValues PHP Method

setEndValues() protected method

Set values after the callback has executed.
protected setEndValues ( ) : void
return void
    protected function setEndValues()
    {
        $this->result->setEndTime(microtime(true));
        $this->result->setEndMemory(memory_get_usage());
    }