Lines Matching refs:profiler
447 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
453 VLOG(profiler) << "Location " << dex_file->GetLocation() in FetchAndCacheResolvedClassesAndMethods()
471 VLOG(profiler) << "Location " << base_location in FetchAndCacheResolvedClassesAndMethods()
486 VLOG(profiler) << "Added " << classes.size() << " classes for location " in FetchAndCacheResolvedClassesAndMethods()
491 VLOG(profiler) << "Location not found " << base_location; in FetchAndCacheResolvedClassesAndMethods()
499 VLOG(profiler) << "Profile saver recorded " << hot_methods.NumReferences() << " hot methods and " in FetchAndCacheResolvedClassesAndMethods()
537 VLOG(profiler) << "Tracked filename " << filename << " locations " in ProcessProfilingInfo()
554 VLOG(profiler) << "last_save_number_of_methods=" << last_save_number_of_methods in ProcessProfilingInfo()
576 } else if (VLOG_IS_ON(profiler)) { in ProcessProfilingInfo()
591 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
654 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
671 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation()
676 VLOG(profiler) in ShouldProfileLocation()
697 VLOG(profiler) << "Code path to profile " << location; in Start()
715 VLOG(profiler) << "Registering boot dex file " << location; in Start()
728 VLOG(profiler) << "No code paths should be profiled."; in Start()
742 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start()
765 VLOG(profiler) << "Stopping profile saver thread"; in Stop()