#include "llvm/XRay/Profile.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <numeric>
namespace llvm {
namespace xray {
namespace {
AllOf;
ElementsAre;
Eq;
Field;
Not;
Pair;
UnorderedElementsAre;
TEST(ProfileTest, CreateProfile) { … }
TEST(ProfileTest, InternPath) { … }
TEST(ProfileTest, ExpandPath) { … }
TEST(ProfileTest, AddBlocks) { … }
TEST(ProfileTest, CopyProfile) { … }
TEST(ProfileTest, MoveProfile) { … }
TEST(ProfileTest, MergeProfilesByThread) { … }
TEST(ProfileTest, MergeProfilesByStack) { … }
TEST(ProfileTest, MergeProfilesByStackAccumulate) { … }
TEST(ProfileTest, MergeProfilesByThreadAccumulate) { … }
}
}
}