13#ifndef RooFit_CUDAHelpers_h 
   14#define RooFit_CUDAHelpers_h 
   20namespace CUDAHelpers {
 
   22std::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 for transfering data from host to device and vice-versa.
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...