Searched refs:total_count (Results 1 – 1 of 1) sorted by relevance
618 uint32_t total_count = 0; in Write() local625 total_count += count; in Write()643 total_count += pi->second.count_; in Write()666 os << StringPrintf("%s/%u/%u/[%s]\n", method_name.c_str(), total_count, in Write()775 uint32_t total_count = strtoul(info[1].c_str(), nullptr, 10); in ReadPrevious() local800 previous_[methodname] = PreviousValue(total_count, size, context_map); in ReadPrevious()837 uint32_t total_count = strtoul(summary_info[0].c_str(), nullptr, 10); in LoadFile() local865 double usedPercent = (count * 100.0) / total_count; in LoadFile()871 : 100 * static_cast<double>(curTotalCount) / static_cast<double>(total_count); in LoadFile()