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 29 class ProfileSaver {
63 ProfileSaver(const ProfileSaverOptions& options,
67 ~ProfileSaver();
90 // Returns true if the saver is shutting down (ProfileSaver::Stop() has been called).
108 static ProfileSaver* instance_ GUARDED_BY(Locks::profiler_lock_);
153 DISALLOW_COPY_AND_ASSIGN(ProfileSaver);
profile_saver.cc 44 ProfileSaver* ProfileSaver::instance_ = nullptr;
45 pthread_t ProfileSaver::profiler_pthread_ = 0U;
74 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options,
82 wait_lock_("ProfileSaver wait lock"),
83 period_condition_("ProfileSaver period condition", wait_lock_),
99 ProfileSaver::~ProfileSaver() {
105 void ProfileSaver::Run()
    [all...]

Completed in 206 milliseconds