Lines Matching refs:profiler
245 if (VLOG_IS_ON(profiler)) { in IsProfileEmpty()
251 VLOG(profiler) << "Profile " << location << " size=" << stat_buffer.st_size; in IsProfileEmpty()
278 VLOG(profiler) << "All profile locations are empty. This is considered to be first save"; in IsFirstSave()
769 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
778 VLOG(profiler) << "Profile saver recorded " << number_of_hot_methods in FetchAndCacheResolvedClassesAndMethods()
820 VLOG(profiler) << "Tracked filename " << filename << " locations " in ProcessProfilingInfo()
845 VLOG(profiler) << "last_save_number_of_methods=" << last_save_number_of_methods in ProcessProfilingInfo()
871 } else if (VLOG_IS_ON(profiler)) { in ProcessProfilingInfo()
886 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
953 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
970 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation()
975 VLOG(profiler) in ShouldProfileLocation()
997 VLOG(profiler) << "Code path to profile " << location; in Start()
1017 VLOG(profiler) << "Registering boot dex file " << location; in Start()
1030 VLOG(profiler) << "No code paths should be profiled."; in Start()
1044 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start()
1066 VLOG(profiler) << "Stopping profile saver thread"; in Stop()