Searched refs:TestCount (Results 1 – 5 of 5) sorted by relevance
147 int TestCount = 0; in runTests() local149 for (Test *T = Start; T != nullptr; T = T->Next, ++TestCount) { in runTests()172 std::cout << "Ran " << TestCount << " tests. " in runTests()173 << " PASS: " << TestCount - FailCount << ' ' in runTests()
965 uint64_t TestCount; member980 BaseCount(0), BaseSample(0), TestCount(0), TestSample(0), UnionCount(0), in SampleOverlapStats()1303 HotBlockOverlap.TestCount += HotBlockCount; in updateHotBlockOverlap()1324 HotFuncOverlap.TestCount = TestHotFunc.size(); in computeHotFuncOverlap()1325 HotFuncOverlap.UnionCount = HotFuncOverlap.TestCount; in computeHotFuncOverlap()1665 ++ProfOverlap.TestCount; in initializeSampleProfileOverlap()1791 << HotFuncOverlap.TestCount - HotFuncOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()1803 << HotBlockOverlap.TestCount - HotBlockOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()
749 static void TestCount(void) { in TestCount() function803 addTest(root, &TestCount, "string/TestCount"); in addStringTest()
838 class TestCount(BaseTest): class
836 class TestCount(BaseTest): class