Stress test for TensorIndices class. More...
#include "lardata/Utilities/TensorIndices.h"
#include <array>
#include <chrono>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Stress test for TensorIndices class.
This test performs repeated queries to a TensorIndices object of rank 5. Usage:
where DimSize
is the dimension of each size (default: 16 and 32 for debug and non-debug compilation respectively). This test is not extremely representative of a real use case in that the loop content is small and can likely kept in the processor cache, which is not often the case in real scenarios.
Definition in file TensorIndicesStress_test.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 35 of file TensorIndicesStress_test.cc.