1#ifndef KOKKOS_UTILS_CALLBACKS_EVENTINPROFILESECTIONREGEXMATCHER_HPP
2#define KOKKOS_UTILS_CALLBACKS_EVENTINPROFILESECTIONREGEXMATCHER_HPP
6#include "Kokkos_NumericTraits.hpp"
24 if (std::regex_search(event.
name, this->regex))
44 template <Event EventType>
Create-profile-section event associated with Kokkos::Tools::Experimental::EventSet::create_profile_se...
Matcher to select events that occur within a profile section.
static constexpr uint32_t invalid_section_id
bool operator()(const EventType &) const
bool operator()(const CreateProfileSectionEvent &event)
bool operator()(const StartProfileSectionEvent &event)
bool operator()(const StopProfileSectionEvent &event)
Start-profile-section event associated with Kokkos::Tools::Experimental::EventSet::start_profile_sect...
Stop-profile-section event associated with Kokkos::Tools::Experimental::EventSet::stop_profile_sectio...