Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jit/
H A Dprofile_saver_options.h22 struct ProfileSaverOptions { struct
34 ProfileSaverOptions() in ProfileSaverOptions() argument
60 : enabled_(enabled), in enabled_()
73 bool IsEnabled() const { in IsEnabled()
76 void SetEnabled(bool enabled) { in SetEnabled()
80 uint32_t GetMinSavePeriodMs() const { in GetMinSavePeriodMs()
83 uint32_t GetMinFirstSaveMs() const { in GetMinFirstSaveMs()
86 uint32_t GetMinMethodsToSave() const { in GetMinMethodsToSave()
89 uint32_t GetMinClassesToSave() const { in GetMinClassesToSave()
92 uint32_t GetMinNotificationBeforeWake() const { in GetMinNotificationBeforeWake()
[all …]
/aosp_15_r20/art/cmdline/
H A Dcmdline_parser_test.cc490 TEST_F(CmdlineParserTest, ProfileSaverOptions) { in TEST_F() argument