Searched defs:total_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dprofiler.cc612 uint32_t total_count = 0; local
619 total_count += count;
637 total_count += pi->second.count_;
654 // "method/total_count/size/[pc_1:count_1:context_1#pc_2:count_2:context_2#...]".
660 os << StringPrintf("%s/%u/%u/[%s]\n", method_name.c_str(), total_count,
769 uint32_t total_count = strtoul(info[1].c_str(), nullptr, 10); local
794 previous_[methodname] = PreviousValue(total_count, size, context_map);
831 uint32_t total_count = strtoul(summary_info[0].c_str(), nullptr, 10); local
859 double usedPercent = (count * 100.0) / total_count;
865 : 100 * static_cast<double>(curTotalCount) / static_cast<double>(total_count);
[all...]

Completed in 31 milliseconds