Searched refs:AddTotal (Results 1 – 5 of 5) sorted by relevance
157 stats()->AddTotal(current_last.log_id(), current_last.msg_len()); in LogInternal()170 stats()->AddTotal(current_last.log_id(), current_last.msg_len()); in LogInternal()
88 stats_->AddTotal(log_id, len); in Log()
78 stats_->AddTotal(log_id, len); in Log()
521 void AddTotal(log_id_t log_id, uint16_t size) EXCLUDES(lock_);
118 void LogStatistics::AddTotal(log_id_t log_id, uint16_t size) { in AddTotal() function in LogStatistics