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

/art/runtime/
H A Dprofiler.cc17 #include "profiler.h"
52 // TODO: this profiler runs regardless of the state of the machine. Maybe we should use the
94 BackgroundMethodSamplingProfiler* profiler = local
96 const ProfilerOptions profile_options = profiler->GetProfilerOptions();
107 profiler->RecordMethod(method);
115 profiler->RecordStack(stack);
126 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) : argument
127 profiler_(profiler) {}
157 BackgroundMethodSamplingProfiler* profiler = local
182 uint64_t delay_secs = profiler
361 BackgroundMethodSamplingProfiler* profiler = nullptr; local
[all...]
H A Druntime.cc125 #include "profiler.h"
658 // User has asked for a profile using -Xenable-profiler.
1780 VLOG(profiler) << "Register app with " << profile_output_filename
1804 VLOG(profiler) << "Notify dex loaded: " << dex_location;
H A DAndroid.mk172 profiler.cc \
H A Dclass_linker.cc8366 VLOG(profiler) << "Found opened dex file for " << dex_file->GetLocation() << " with "
/art/runtime/jit/
H A Dprofile_saver.cc235 VLOG(profiler) << "Methods with samples greater than "
253 VLOG(profiler) << "Added " << classes.GetClasses().size() << " classes for location "
257 VLOG(profiler) << "Location not found " << classes.GetBaseLocation()
307 VLOG(profiler) << "Not enough information to save to: " << filename
364 VLOG(profiler) << "Profile saver shutdown";
375 VLOG(profiler) << "Asked to profile a location without an oat file:" << location;
380 VLOG(profiler)
405 VLOG(profiler) << "No code paths should be profiled.";
420 VLOG(profiler) << "Starting profile saver using output file: " << output_filename
442 VLOG(profiler) << "Stoppin
[all...]
H A Doffline_profiling_info.cc129 VLOG(profiler) << "Successfully saved profile info to " << filename
135 VLOG(profiler) << "Failed to save profile info to " << filename;
/art/runtime/base/
H A Dlogging.h51 bool profiler; member in struct:art::LogVerbosity
/art/cmdline/
H A Dcmdline_parser_test.cc246 "class,compiler,gc,heap,jdwp,jni,monitor,profiler,signals,simulator,startup,"
257 log_verbosity.profiler = true;
491 "-Xenable-profiler",
H A Dcmdline_types.h607 } else if (verbose_options[j] == "profiler") {
608 log_verbosity.profiler = true;
658 // The max depth of the stack collected by the profiler
769 if (option == "-Xenable-profiler") {

Completed in 443 milliseconds