#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "Kokkos_Core.hpp"
#include "kokkos-utils/impl/type_traits.hpp"
#include "kokkos-utils/callbacks/EventInProfileSectionRegexMatcher.hpp"
#include "kokkos-utils/callbacks/EventRegexMatcher.hpp"
#include "kokkos-utils/callbacks/Helpers.hpp"
#include "kokkos-utils/callbacks/RecorderListener.hpp"
#include "tests/callbacks/Helpers.hpp"
#include "tests/callbacks/TestWorkload.hpp"
Go to the source code of this file.
Classes | |
class | Kokkos::utils::tests::callbacks::RecorderListenerTest |
class | Kokkos::utils::tests::callbacks::RecorderListenerSingleEventTypeTest< EvenType > |
Namespaces | |
namespace | Kokkos |
namespace | Kokkos::utils |
namespace | Kokkos::utils::tests |
namespace | Kokkos::utils::tests::callbacks |
Typedefs | |
using | Kokkos::utils::tests::callbacks::event_in_profile_section_recorder_t = RecorderListener<EventInProfileSectionRegexMatcher, EventTypeList> |
Listener to record events that occur in a profile section. | |
using | Kokkos::utils::tests::callbacks::fence_finder_t = RecorderListener<EventRegexMatcher, BeginFenceEvent> |
Listener to record fence events. | |
Functions | |
Kokkos::utils::tests::callbacks::TEST (RecorderListener, traits) | |
Kokkos::utils::tests::callbacks::TYPED_TEST_SUITE (RecorderListenerSingleEventTypeTest, EventTestTypes) | |
Kokkos::utils::tests::callbacks::TYPED_TEST (RecorderListenerSingleEventTypeTest, record) | |
Kokkos::utils::tests::callbacks::TEST_F (RecorderListenerTest, recorded_events) | |
Kokkos::utils::tests::callbacks::TEST_F (RecorderListenerTest, record) | |
Kokkos::utils::tests::callbacks::TEST (FenceFinder, traits) | |
Kokkos::utils::tests::callbacks::TEST_F_WITH_CB_MGR (FenceFinderTest, recorded_events) | |