Searched refs:getNumCounts (Results 1 – 8 of 8) sorted by relevance
91 uint32_t getNumCounts() const { return NumCounts; } in getNumCounts() function
91 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts())); in getMD()
822 uint32_t NumCounts = ProfileSummary->getNumCounts(); in setPartialSampleProfileRatio()
91 ASSERT_EQ(10u, Summary.getNumCounts()); in verifyProfileSummary()
162 ASSERT_EQ(10U, IPS.getNumCounts()); in TEST_F()
325 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts()); in setSummary()
763 encodeULEB128(Summary->getNumCounts(), OS); in writeSummary()
2328 OS << "Total number of blocks: " << PS->getNumCounts() << "\n"; in showInstrProfile()