diff options
| -rw-r--r-- | runtime/jit/profile_saver_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/profile_saver_options.h b/runtime/jit/profile_saver_options.h index a6385d7469..4ab20520ad 100644 --- a/runtime/jit/profile_saver_options.h +++ b/runtime/jit/profile_saver_options.h @@ -21,7 +21,7 @@ namespace art { struct ProfileSaverOptions { public: static constexpr uint32_t kMinSavePeriodMs = 20 * 1000; // 20 seconds - static constexpr uint32_t kSaveResolvedClassesDelayMs = 2 * 1000; // 2 seconds + static constexpr uint32_t kSaveResolvedClassesDelayMs = 5 * 1000; // 5 seconds // Minimum number of JIT samples during launch to include a method into the profile. static constexpr uint32_t kStartupMethodSamples = 1; static constexpr uint32_t kMinMethodsToSave = 10; |