Update benchmarking/Benchmarker.h

This commit is contained in:
Nick 2020-05-08 09:47:44 -04:00 committed by NAThompson
parent acc6f3fb08
commit b07797f12b

@ -317,7 +317,7 @@ private:
this->Apply(bm);
// Always use manual time with vtkm::cont::Timer to capture CUDA times accurately.
bm->UseManualTime();
bm->UseManualTime()->Unit(benchmark::kMillisecond);
}
};