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

/art/runtime/jit/
H A Dprofile_saver.h27 class ProfileSaver { class in namespace:art
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);
H A Dprofile_saver.cc48 ProfileSaver* ProfileSaver::instance_ = nullptr;
49 pthread_t ProfileSaver::profiler_pthread_ = 0U;
51 ProfileSaver::ProfileSaver(const std::string& output_filename, function in class:art::ProfileSaver
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
[all...]

Completed in 85 milliseconds