Searched defs:ProfileSaver (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Dprofile_saver.h29 class ProfileSaver { class in namespace:art
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);
H A Dprofile_saver.cc46 ProfileSaver* ProfileSaver::instance_ = nullptr;
47 pthread_t ProfileSaver::profiler_pthread_ = 0U;
76 ProfileSaver::ProfileSaver(const ProfileSaverOptions& options, function in class:art::ProfileSaver
84 wait_lock_("ProfileSaver wait lock"),
85 period_condition_("ProfileSaver period condition", wait_lock_),
101 ProfileSaver::~ProfileSaver() {
107 void ProfileSaver
[all...]

Completed in 46 milliseconds