Home
last modified time | relevance | path

Searched defs:ProfileSaverOptions (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/jit/
H A Dprofile_saver_options.h21 struct ProfileSaverOptions { struct
37 ProfileSaverOptions() : in ProfileSaverOptions() argument
80 bool IsEnabled() const { in IsEnabled()
83 void SetEnabled(bool enabled) { in SetEnabled()
131 friend std::ostream & operator<<(std::ostream &os, const ProfileSaverOptions& pso) { argument
147 bool enabled_;
148 uint32_t min_save_period_ms_;
149 uint32_t min_first_save_ms_;
154 uint32_t min_methods_to_save_;
158 std::string profile_path_;
[all …]
/aosp12/art/cmdline/
H A Dcmdline_parser_test.cc489 TEST_F(CmdlineParserTest, ProfileSaverOptions) { in TEST_F() argument