|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
Default implementation for timing axom::for_all. More...
#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/core/execution/timed_for_all.hpp>
Static Public Member Functions | |
| static void | execute ([[maybe_unused]] const std::string &name, axom::IndexType n, KernelType &&kernel) |
| Execute the for_all. More... | |
Default implementation for timing axom::for_all.
|
inlinestatic |
Execute the for_all.
| name | The name of the loop being timed. |
| n | The number it items in the loop. |
| kernel | The kernel to execute. |
References AXOM_ANNOTATE_SCOPE.