Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dprofiler.cc609 uint32_t total_count = 0; in Write() local
616 total_count += count; in Write()
634 total_count += pi->second.count_; in Write()
657 os << StringPrintf("%s/%u/%u/[%s]\n", method_name.c_str(), total_count, in Write()
766 uint32_t total_count = strtoul(info[1].c_str(), nullptr, 10); in ReadPrevious() local
791 previous_[methodname] = PreviousValue(total_count, size, context_map); in ReadPrevious()
828 uint32_t total_count = strtoul(summary_info[0].c_str(), nullptr, 10); in LoadFile() local
856 double usedPercent = (count * 100.0) / total_count; in LoadFile()
862 : 100 * static_cast<double>(curTotalCount) / static_cast<double>(total_count); in LoadFile()