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