#include <chrono>
#include <iostream>
#include <type_traits>
{
for (int i = 0; i < count; ++i) {
}
}
{
for (int i = 0; i < count; ++i)
hist.Fill({0.611, 0.611});
return hist.GetNDim();
}
long fillN(int count)
{
std::vector<Experimental::Hist::RCoordArray<2>>
v(count);
for (int i = 0; i < count; ++i)
return hist.GetNDim();
}
{
for (int i = 0; i < count; ++i)
return hist.GetNDim();
}
{
using namespace std::chrono;
auto start = high_resolution_clock::now();
run(count);
auto end = high_resolution_clock::now();
std::cout << count <<
" * " <<
name <<
": " <<
time_span.count() <<
"seconds \n";
}
{
}
{
time(
fillNew, 100000000,
"2D fills");
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...