| 
    Tpetra parallel linear algebra Version of the Day
    
   | 
 
Counter for Kokkos::deep_copy calls. More...
Functions | |
| void | start () | 
| Start the deep_copy counter.   | |
| void | reset () | 
| Reset the deep_copy counter.   | |
| void | stop () | 
| Stop the deep_copy counter.   | |
| size_t | get_count_same_space () | 
| Query the deep_copy counter for copies in the same space.   | |
| size_t | get_count_different_space () | 
| Query the deep_copy counter for copies between different spaces.   | |
Counter for Kokkos::deep_copy calls.
| void Tpetra::Details::DeepCopyCounter::start | ( | ) | 
Start the deep_copy counter.
Definition at line 41 of file Tpetra_Details_KokkosCounter.cpp.
| void Tpetra::Details::DeepCopyCounter::reset | ( | ) | 
Reset the deep_copy counter.
Definition at line 46 of file Tpetra_Details_KokkosCounter.cpp.
| void Tpetra::Details::DeepCopyCounter::stop | ( | ) | 
Stop the deep_copy counter.
Definition at line 51 of file Tpetra_Details_KokkosCounter.cpp.
| size_t Tpetra::Details::DeepCopyCounter::get_count_same_space | ( | ) | 
Query the deep_copy counter for copies in the same space.
Definition at line 55 of file Tpetra_Details_KokkosCounter.cpp.
| size_t Tpetra::Details::DeepCopyCounter::get_count_different_space | ( | ) | 
Query the deep_copy counter for copies between different spaces.
Definition at line 59 of file Tpetra_Details_KokkosCounter.cpp.