*** 71,11 *** if (!_active) { return; } _t.stop(); if (_accum != nullptr) { ! _accum->add(_t); } if (!_verbose) { return; } if (_print) { --- 71,11 --- if (!_active) { return; } _t.stop(); if (_accum != nullptr) { ! _accum->add(&_t); } if (!_verbose) { return; } if (_print) {