|
kokkos-utils 0.0.5
|
#include "gmock/gmock.h"#include "gtest/gtest.h"#include "Kokkos_Core.hpp"#include "kokkos-utils/impl/type_traits.hpp"#include "kokkos-utils/callbacks/ConjunctionMatcher.hpp"#include "kokkos-utils/callbacks/EventBeginEndIdMatcher.hpp"#include "kokkos-utils/callbacks/EventIdMatcher.hpp"#include "kokkos-utils/callbacks/EventInProfileSectionMatcher.hpp"#include "kokkos-utils/callbacks/EventNameMatcher.hpp"#include "kokkos-utils/callbacks/EventQueueMatcher.hpp"#include "kokkos-utils/callbacks/EventRegexMatcher.hpp"#include "kokkos-utils/callbacks/EventRegionMatcher.hpp"#include "kokkos-utils/callbacks/EventTypeMatcher.hpp"#include "kokkos-utils/callbacks/Matcher.hpp"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. | |