#include <chrono>
#include <utility>
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::CUDAHelpers |
Functions | |
std::pair< std::chrono::microseconds, std::chrono::microseconds > | RooFit::CUDAHelpers::memcpyBenchmark (std::size_t nBytes) |
Measure the time for transfering data from host to device and vice-versa. | |