Searched defs:InstrProfTest (Results 1 – 1 of 1) sorted by relevance
44 struct InstrProfTest : ::testing::Test { struct45 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