Searched refs:totalCount (Results 1 – 3 of 3) sorted by relevance
48 uint64_t totalCount = 0; in PrintAndReset() local64 totalCount += val.Count(); in PrintAndReset()69 if (totalCount != 0) { in PrintAndReset()73 << std::setw(numberRightAdjustment) << totalCount in PrintAndReset()76 … << std::setw(numberRightAdjustment) << totalTypedPathCount * hundred / totalCount << "%"; in PrintAndReset()
323 TraceNode &SetTotalCount(uint32_t totalCount) in SetTotalCount() argument325 totalCount_ = totalCount; in SetTotalCount()
789 uint32_t totalCount = topNode->GetTotalCount(); in AddTraceNode() local790 topNode->SetTotalCount(++totalCount); in AddTraceNode()