|
Tpetra parallel linear algebra Version of the Day
|
Counter for Kokkos::deep_copy's between memory spaces. More...
#include <Tpetra_Details_DeepCopyCounter.hpp>
Static Public Member Functions | |
| static void | start () |
| Start the deep_copy counter. | |
| static void | reset () |
| Reset the deep_copy counter. | |
| static size_t | stop () |
| Stop the deep_copy counter. | |
| static size_t | get_count () |
| Query the deep_copy counter. | |
Counter for Kokkos::deep_copy's between memory spaces.
Definition at line 54 of file Tpetra_Details_DeepCopyCounter.hpp.
|
static |
Start the deep_copy counter.
Definition at line 70 of file Tpetra_Details_DeepCopyCounter.cpp.
|
static |
Reset the deep_copy counter.
Definition at line 75 of file Tpetra_Details_DeepCopyCounter.cpp.
|
static |
Stop the deep_copy counter.
Definition at line 79 of file Tpetra_Details_DeepCopyCounter.cpp.
|
static |
Query the deep_copy counter.
Definition at line 84 of file Tpetra_Details_DeepCopyCounter.cpp.