| 
    Tpetra parallel linear algebra Version of the Day
    
   | 
 
Counter for Kokkos regions representing third-party library usage. More...
Functions | |
| void | start () | 
| Start the counter.   | |
| void | reset () | 
| Reset the counter.   | |
| void | stop () | 
| Stop the counter.   | |
| size_t | get_count_region_contains (const std::string &substr) | 
How many regions containing substr have been seen.   | |
| void | dump_regions (std::ostream &os) | 
| Print all observed region labels, separated by newline.   | |
Counter for Kokkos regions representing third-party library usage.
| void Tpetra::Details::KokkosRegionCounter::start | ( | ) | 
Start the counter.
Definition at line 182 of file Tpetra_Details_KokkosCounter.cpp.
| void Tpetra::Details::KokkosRegionCounter::reset | ( | ) | 
Reset the counter.
Definition at line 187 of file Tpetra_Details_KokkosCounter.cpp.
| void Tpetra::Details::KokkosRegionCounter::stop | ( | ) | 
Stop the counter.
Definition at line 191 of file Tpetra_Details_KokkosCounter.cpp.
| size_t Tpetra::Details::KokkosRegionCounter::get_count_region_contains | ( | const std::string & | substr | ) | 
How many regions containing substr have been seen. 
Definition at line 196 of file Tpetra_Details_KokkosCounter.cpp.
| void Tpetra::Details::KokkosRegionCounter::dump_regions | ( | std::ostream & | os | ) | 
Print all observed region labels, separated by newline.
Definition at line 210 of file Tpetra_Details_KokkosCounter.cpp.