Searched refs:getTotalCount (Results 1 – 7 of 7) sorted by relevance
92 uint64_t getTotalCount() const { return TotalCount; } in getTotalCount() function
85 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount())); in getMD()
90 ASSERT_EQ(138211u, Summary.getTotalCount()); in verifyProfileSummary()
163 ASSERT_EQ(4539628424389557499U, IPS.getTotalCount()); in TEST_F()
324 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount()); in setSummary()
760 encodeULEB128(Summary->getTotalCount(), OS); in writeSummary()
2329 OS << "Total count: " << PS->getTotalCount() << "\n"; in showInstrProfile()