Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc454 VLOG(profiler) << "Locations for " << it.first << " " << android::base::Join(locations, ':'); in FetchAndCacheResolvedClassesAndMethods()
460 VLOG(profiler) << "Location " << dex_file->GetLocation() in FetchAndCacheResolvedClassesAndMethods()
479 VLOG(profiler) << "Location " << base_location in FetchAndCacheResolvedClassesAndMethods()
496 VLOG(profiler) << "Added " << classes.size() << " classes for location " in FetchAndCacheResolvedClassesAndMethods()
504 VLOG(profiler) << "Location not found " << base_location; in FetchAndCacheResolvedClassesAndMethods()
508 VLOG(profiler) << "Profile saver recorded " << hot_methods.NumReferences() << " hot methods and " in FetchAndCacheResolvedClassesAndMethods()
546 VLOG(profiler) << "Tracked filename " << filename << " locations " in ProcessProfilingInfo()
572 VLOG(profiler) << "last_save_number_of_methods=" << last_save_number_of_methods in ProcessProfilingInfo()
596 } else if (VLOG_IS_ON(profiler)) { in ProcessProfilingInfo()
611 VLOG(profiler) << "Not enough information to save to: " << filename in ProcessProfilingInfo()
[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.cc127 VLOG(profiler) << Dumpable<MemStats>(allocator_.GetMemStats()); in ~ProfileCompilationInfo()
324 VLOG(profiler) in Save()
332 VLOG(profiler) << "Failed to save profile info to " << filename; in Save()
418 VLOG(profiler) << "Required capacity: " << required_capacity << " bytes."; in Save()
513 VLOG(profiler) << "Compressed from " in Save()
517 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.h645 log_verbosity.profiler = true;
/art/runtime/
Druntime.cc1039 VLOG(profiler) << "Enabling system server profiles"; in InitNonZygoteOrPostFork()
2412 VLOG(profiler) << "Register app with " << profile_output_filename in RegisterAppInfo()