Matcher to select events that occur within a profile section.
More...
#include <EventInProfileSectionRegexMatcher.hpp>
|
static constexpr uint32_t | invalid_section_id = Kokkos::Experimental::finite_max_v<uint32_t> |
|
Matcher to select events that occur within a profile section.
The profile section is selected by matching its name to a regular expression.
Definition at line 18 of file EventInProfileSectionRegexMatcher.hpp.
◆ operator()() [1/4]
◆ operator()() [2/4]
template<Event EventType>
bool Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher::operator() |
( |
const EventType & | | ) |
const |
|
inline |
◆ operator()() [3/4]
◆ operator()() [4/4]
bool Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher::operator() |
( |
const StopProfileSectionEvent & | event | ) |
|
|
inline |
◆ invalid_section_id
uint32_t Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher::invalid_section_id = Kokkos::Experimental::finite_max_v<uint32_t> |
|
staticconstexpr |
◆ recording
bool Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher::recording = false |
◆ regex
std::regex Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher::regex |
◆ section_id
uint32_t Kokkos::utils::callbacks::EventInProfileSectionRegexMatcher::section_id = invalid_section_id |
The documentation for this struct was generated from the following file: