#include <vector>
#include "src/trace_processor/importers/common/args_translation_table.h"
#include "src/trace_processor/importers/common/flow_tracker.h"
#include "src/trace_processor/importers/common/slice_tracker.h"
#include "src/trace_processor/importers/common/slice_translation_table.h"
#include "src/trace_processor/storage/trace_storage.h"
#include "src/trace_processor/types/trace_processor_context.h"
#include "test/gtest_and_gmock.h"
namespace perfetto {
namespace trace_processor {
namespace {
Eq;
class FlowTrackerTest : public ::testing::Test { … };
TEST_F(FlowTrackerTest, SingleFlowEventExplicitInSliceBinding) { … }
TEST_F(FlowTrackerTest, SingleFlowEventWaitForNextSlice) { … }
TEST_F(FlowTrackerTest, SingleFlowEventWaitForNextSliceScoped) { … }
TEST_F(FlowTrackerTest, TwoFlowEventsWaitForNextSlice) { … }
TEST_F(FlowTrackerTest, TwoFlowEventsSliceInSlice) { … }
TEST_F(FlowTrackerTest, FlowEventsWithStep) { … }
}
}
}