HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSaver (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
profile_saver.h 27 class ProfileSaver {
64 ProfileSaver(const std::string& output_filename,
86 // Returns true if the saver is shutting down (ProfileSaver::Stop() has been called).
111 static ProfileSaver* instance_ GUARDED_BY(Locks::profiler_lock_);
158 DISALLOW_COPY_AND_ASSIGN(ProfileSaver);
profile_saver.cc 48 ProfileSaver* ProfileSaver::instance_ = nullptr;
49 pthread_t ProfileSaver::profiler_pthread_ = 0U;
51 ProfileSaver::ProfileSaver(const std::string& output_filename,
63 wait_lock_("ProfileSaver wait lock"),
64 period_condition_("ProfileSaver period condition", wait_lock_),
79 void ProfileSaver::Run() {
153 void ProfileSaver::NotifyJitActivity() {
161 void ProfileSaver::WakeUpSaver()
    [all...]

Completed in 41 milliseconds