kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
test_Matchers.cpp File Reference

Go to the source code of this file.

Classes

struct  Kokkos::utils::tests::callbacks::RecordingMatcher< MatcherType >
 Helper matcher that records in encountered all the events passed to it. More...
 

Namespaces

namespace  Kokkos
 
namespace  Kokkos::utils
 
namespace  Kokkos::utils::tests
 
namespace  Kokkos::utils::tests::callbacks
 

Typedefs

using Kokkos::utils::tests::callbacks::named_event_type_list_t
 List of event types that have a name.
 

Functions

 Kokkos::utils::tests::callbacks::TEST (EventRegexMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventRegexMatcher, regex_matcher)
 
 Kokkos::utils::tests::callbacks::TEST (EventNameMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventNameMatcher, by_name)
 
 Kokkos::utils::tests::callbacks::TEST (EventInProfileSectionMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventInProfileSectionMatcher, in_profile_section_matcher)
 
 Kokkos::utils::tests::callbacks::TEST (EventRegionMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventRegionMatcher, within_region_matcher)
 
 Kokkos::utils::tests::callbacks::TEST (EventRegionMatcher, boundary_region_matcher)
 
 Kokkos::utils::tests::callbacks::TEST (AnyEventMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (AnyEventMatcher, operator_parentheses)
 
 Kokkos::utils::tests::callbacks::TEST (EventTypeMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventTypeMatcher, operator_parentheses)
 
 Kokkos::utils::tests::callbacks::TEST (EventBeginEndIdMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventBeginEndIdMatcher, operator_parentheses)
 
 Kokkos::utils::tests::callbacks::TEST (EventQueueMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventQueueMatcher, operator_parentheses)
 
 Kokkos::utils::tests::callbacks::TEST (EventIdMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (EventIdMatcher, operator_parentheses)
 
 Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, traits)
 
 Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, everyone_agrees)
 
 Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, different_event_type_sets)
 
 Kokkos::utils::tests::callbacks::TEST (ConjunctionMatcher, order_of_evaluation)