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

/art/runtime/jit/
H A Dprofile_saver.cc169 // we would have waken up the saver long before that.
171 // Note that we are not as precise as we could be here but we don't want to wake the saver
179 // Make sure to wake up the saver if we see a spike in the number of notifications.
364 VLOG(profiler) << "Profile saver shutdown";
420 VLOG(profiler) << "Starting profile saver using output file: " << output_filename
433 "Profile saver thread");
442 VLOG(profiler) << "Stopping profile saver thread";
446 DCHECK(false) << "Tried to stop a profile saver which was not started";
450 DCHECK(false) << "Tried to stop the profile saver twice";
460 // Wake up the saver threa
661 ProfileSaver* saver = nullptr; local
[all...]

Completed in 28 milliseconds