| 
    Tpetra parallel linear algebra Version of the Day
    
   | 
 
Counter for Kokkos::fence calls. More...
Functions | |
| void | start () | 
| Start the fence counter.   | |
| void | reset () | 
| Reset the fence counter.   | |
| void | stop () | 
| Stop the fence counter.   | |
| size_t | get_count_instance (const std::string &device) | 
| Query the fence counter for given device, for an exec_space_instance.fence()   | |
| size_t | get_count_global (const std::string &device) | 
| Query the fence counter for given device, for an Kokkos::fence()   | |
Counter for Kokkos::fence calls.
| void Tpetra::Details::FenceCounter::start | ( | ) | 
Start the fence counter.
Definition at line 129 of file Tpetra_Details_KokkosCounter.cpp.
| void Tpetra::Details::FenceCounter::reset | ( | ) | 
Reset the fence counter.
Definition at line 136 of file Tpetra_Details_KokkosCounter.cpp.
| void Tpetra::Details::FenceCounter::stop | ( | ) | 
Stop the fence counter.
Definition at line 141 of file Tpetra_Details_KokkosCounter.cpp.
Query the fence counter for given device, for an exec_space_instance.fence()
Definition at line 158 of file Tpetra_Details_KokkosCounter.cpp.
Query the fence counter for given device, for an Kokkos::fence()
Definition at line 145 of file Tpetra_Details_KokkosCounter.cpp.