Lines Matching full:it
256 BacktraceMap::iterator it = map->find(*k); in _record_backtrace() local
257 if (it == map->end()) { in _record_backtrace()
262 // NOTE: we could assert if it->second is 0 afterwards, since that would in _record_backtrace()
264 ++(it->second); in _record_backtrace()
309 // We print the generic_calls info ahead of virtual_calls, since it is more in profile_print_info()
316 for (BacktraceVector::const_iterator it = gp_sorted.begin(); it != gp_sorted.end(); ++it) { in profile_print_info() local
317 Key const& key = it->first; in profile_print_info()
318 size_t const count = it->second; in profile_print_info()
332 for (BacktraceVector::const_iterator it = vc_sorted.begin(); it != vc_sorted.end(); ++it) { in profile_print_info() local
333 Key const& key = it->first; in profile_print_info()
334 size_t const count = it->second; in profile_print_info()
357 for (BacktraceMap::const_iterator it = map.begin(); it != map.end(); ++it) { in profile_write_pprof_file() local
358 uintptr_t count = it->second; in profile_write_pprof_file()
361 Backtrace const* bt = it->first.getBacktrace(); in profile_write_pprof_file()
395 * format, so it can be analyzed with pprof. Note that information about the