Home
last modified time | relevance | path

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

/art/test/661-classloader-allocator/
Dinfo.txt3 which crashed the JIT profiler.
/art/runtime/jit/
Dprofile_saver.cc459 VLOG(profiler) << "Added " << classes.size() << " classes for location " in FetchAndCacheResolvedClassesAndMethods()
464 VLOG(profiler) << "Location not found " << base_location in FetchAndCacheResolvedClassesAndMethods()
473 VLOG(profiler) << "Profile saver recorded " << hot_methods.NumReferences() << " hot methods and " in FetchAndCacheResolvedClassesAndMethods()
554 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
617 VLOG(profiler) << "Profile saver shutdown"; in RunProfileSaverThread()
634 VLOG(profiler) << "Asked to profile a location without an oat file:" << location; in ShouldProfileLocation()
639 VLOG(profiler) in ShouldProfileLocation()
677 VLOG(profiler) << "Registering boot dex file " << location; in Start()
690 VLOG(profiler) << "No code paths should be profiled."; in Start()
704 VLOG(profiler) << "Starting profile saver using output file: " << output_filename in Start()
[all …]
Dprofile_compilation_info.cc100 VLOG(profiler) << Dumpable<MemStats>(allocator_.GetMemStats()); in ~ProfileCompilationInfo()
281 VLOG(profiler) in Save()
289 VLOG(profiler) << "Failed to save profile info to " << filename; in Save()
466 VLOG(profiler) << "Compressed from " in Save()
470 VLOG(profiler) << "Time to save profile: " << std::to_string(total_time); in Save()
/art/libartbase/base/
Dlogging.h49 bool profiler; member
/art/cmdline/
Dcmdline_parser_test.cc260 log_verbosity.profiler = true; in TEST_F()
Dcmdline_types.h568 log_verbosity.profiler = true;
/art/runtime/
Druntime.cc908 VLOG(profiler) << "Enabling system server profiles"; in InitNonZygoteOrPostFork()
2232 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()
/art/profman/
Dprofman.cc1118 VLOG_IS_ON(profiler), in CreateBootProfile()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc1422 art::gLogVerbosity.profiler = val; in SetVerboseFlag()