Searched defs:ProfileSaverOptions (Results 1 – 2 of 2) sorted by relevance
22 struct ProfileSaverOptions { struct34 ProfileSaverOptions() in ProfileSaverOptions() argument60 : 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 …]
490 TEST_F(CmdlineParserTest, ProfileSaverOptions) { in TEST_F() argument