Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver_options.h21 struct ProfileSaverOptions { struct
34 ProfileSaverOptions() : in ProfileSaverOptions() argument
61 : enabled_(enabled), in enabled_()
74 bool IsEnabled() const { in IsEnabled()
77 void SetEnabled(bool enabled) { in SetEnabled()
81 uint32_t GetMinSavePeriodMs() const { in GetMinSavePeriodMs()
84 uint32_t GetSaveResolvedClassesDelayMs() const { in GetSaveResolvedClassesDelayMs()
87 uint32_t GetHotStartupMethodSamples(bool is_low_ram) const { in GetHotStartupMethodSamples()
94 uint32_t GetMinMethodsToSave() const { in GetMinMethodsToSave()
97 uint32_t GetMinClassesToSave() const { in GetMinClassesToSave()
[all …]
/art/cmdline/
Dcmdline_parser_test.cc490 TEST_F(CmdlineParserTest, ProfileSaverOptions) { in TEST_F() argument