Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc442 VLOG(profiler) << "Added " << classes.size() << " classes for location " in FetchAndCacheResolvedClassesAndMethods()
447 VLOG(profiler) << "Location not found " << dex_file->GetBaseLocation() in FetchAndCacheResolvedClassesAndMethods()
456 VLOG(profiler) << "Profile saver recorded " << hot_methods.NumReferences() << " hot methods and " in FetchAndCacheResolvedClassesAndMethods()
523 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
586 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
597 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation()
602 VLOG(profiler) in ShouldProfileLocation()
640 VLOG(profiler) << "Registering boot dex file " << location; in Start()
653 VLOG(profiler) << "No code paths should be profiled."; in Start()
667 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start()
[all …]
Dprofile_compilation_info.cc89 VLOG(profiler) << Dumpable<MemStats>(arena_.GetMemStats()); in ~ProfileCompilationInfo()
244 VLOG(profiler) in Save()
252 VLOG(profiler) << "Failed to save profile info to " << filename; in Save()
424 VLOG(profiler) << "Compressed from " in Save()
428 VLOG(profiler) << "Time to save profile: " << std::to_string(total_time); in Save()
/art/test/661-classloader-allocator/
Dinfo.txt3 which crashed the JIT profiler.
/art/runtime/base/
Dlogging.h49 bool profiler; member
/art/cmdline/
Dcmdline_parser_test.cc255 log_verbosity.profiler = true; in TEST_F()
Dcmdline_types.h642 log_verbosity.profiler = true;
/art/profman/
Dprofman.cc1005 VLOG_IS_ON(profiler), in CreateBootProfile()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1614 art::gLogVerbosity.profiler = val; in SetVerboseFlag()
/art/runtime/
Druntime.cc2073 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()