Home
last modified time | relevance | path

Searched defs:InstrProfTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp44 struct InstrProfTest : ::testing::Test { struct
45 InstrProfWriter Writer;
46 std::unique_ptr<IndexedInstrProfReader> Reader;
48 void SetUp() { Writer.setOutputSparse(false); } in SetUp()
50 void readProfile(std::unique_ptr<MemoryBuffer> Profile) { in readProfile()
144 TEST_F(InstrProfTest, get_profile_summary) { in TEST_F() argument