Searched refs:per_func_count (Results 1 – 1 of 1) sorted by relevance
4304 std::pair<uint64_t, uint64_t> per_func_count = (*it).second; in ThrowInternal() local4305 os << "Name: " << function_name << ", Loads: " << per_func_count.first in ThrowInternal()4306 << ", Stores: " << per_func_count.second << std::endl; in ThrowInternal()4307 total_loads += per_func_count.first; in ThrowInternal()4308 total_stores += per_func_count.second; in ThrowInternal()