Home
last modified time | relevance | path

Searched refs:profiler (Results 1 – 9 of 9) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc245 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()
808 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
817 VLOG(profiler) << "Profile saver recorded " << number_of_hot_methods in FetchAndCacheResolvedClassesAndMethods()
860 VLOG(profiler) << "Tracked filename " << filename << " locations " in ProcessProfilingInfo()
884 VLOG(profiler) << "last_save_number_of_methods=" << last_save_number_of_methods in ProcessProfilingInfo()
910 } else if (VLOG_IS_ON(profiler)) { in ProcessProfilingInfo()
925 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
992 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
[all …]
/art/test/661-classloader-allocator/
Dinfo.txt3 which crashed the JIT profiler.
/art/tools/jvmti-agents/enable-vlog/
DREADME.md54 * `profiler`
84 …ID_HOST_OUT/lib64/libopenjdkjvmti.so '-agentpath:libenablevlog.so=class,profiler' -cp tmp/java/hel…
/art/libartbase/base/
Dlogging.h50 bool profiler; member
/art/openjdkjvmti/
Dti_logging.cc119 art::gLogVerbosity.profiler = val; in SetVerboseFlag()
/art/libprofile/profile/
Dprofile_compilation_info.cc584 VLOG(profiler) << Dumpable<MemStats>(allocator_.GetMemStats()); in ~ProfileCompilationInfo()
855 VLOG(profiler) << "Failed to save profile info to temp profile file " << tmp_filename; in Save()
871 VLOG(profiler) << "Successfully saved profile info to " << filename << " Size: " << size; in Save()
876 VLOG(profiler) << "Saved profile info to " << filename in Save()
915 VLOG(profiler) in SaveFallback()
922 VLOG(profiler) << "Saved profile info to " << filename in SaveFallback()
926 VLOG(profiler) << "Failed to save profile info to " << filename; in SaveFallback()
1048 VLOG(profiler) << "Required capacity: " << total_uncompressed_size << " bytes."; in Save()
1179 VLOG(profiler) << "Compressed from " in Save()
1183 VLOG(profiler) << "Time to save profile: " << std::to_string(total_time); in Save()
/art/cmdline/
Dcmdline_parser_test.cc270 log_verbosity.profiler = true; in TEST_F()
Dcmdline_types.h704 log_verbosity.profiler = true;
/art/runtime/
Druntime.cc1161 VLOG(profiler) << "Enabling system server profiles"; in InitNonZygoteOrPostFork()
2753 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()
2755 VLOG(profiler) << "Reference profile is: " << ref_profile_filename; in RegisterAppInfo()
2785 VLOG(profiler) << "JIT profile information will not be recorded: no dex code in '" + in RegisterAppInfo()