13#ifndef RooFit_CudaHelpers_h
14#define RooFit_CudaHelpers_h
26namespace CudaHelpers {
28std::pair<std::chrono::microseconds, std::chrono::microseconds>
memcpyBenchmark(std::size_t nBytes);
std::pair< std::chrono::microseconds, std::chrono::microseconds > memcpyBenchmark(std::size_t nBytes)
Measure the time taken to perform memory copy operations between host and device memory.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...