#include "BenchmarkResult.h"
#include "MipsInstrInfo.h"
#include "TestBase.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Testing/Support/SupportHelpers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Pointwise;
TempDir;
namespace llvm {
namespace exegesis {
static std::string Dump(const MCInst &McInst) { … }
MATCHER(EqMCInst, "") { … }
namespace {
class MipsBenchmarkResultTest : public MipsTestBase { … };
TEST_F(MipsBenchmarkResultTest, WriteToAndReadFromDisk) { … }
TEST_F(MipsBenchmarkResultTest, PerInstructionStats) { … }
}
}
}