Searched refs:lastTotal (Results 1 – 1 of 1) sorted by relevance
496 size_t lastTotal = itot->second; in WritePmsgEventLogTags() local500 if (lastTotal && (LogStatistics::sizesTotal() - lastTotal) < rate_to_pmsg) { in WritePmsgEventLogTags()652 size_t lastTotal = 0; in WritePersistEventLogTags() local657 if (itot != tag2total.end()) lastTotal = itot->second; in WritePersistEventLogTags()660 if (lastTotal == 0) { // denotes first time for this one in WritePersistEventLogTags()670 lastTotal = LogStatistics::sizesTotal(); in WritePersistEventLogTags()671 if (!lastTotal) ++lastTotal; in WritePersistEventLogTags()675 tag2total[tag] = lastTotal; in WritePersistEventLogTags()