Home | History | Annotate | Download | only in cmdline

Lines Matching refs:ProfileSaverOptions

603 struct CmdlineType<ProfileSaverOptions> : CmdlineTypeParser<ProfileSaverOptions> {
604 using Result = CmdlineParseResult<ProfileSaverOptions>;
611 static Result ParseInto(ProfileSaverOptions& options,
612 T ProfileSaverOptions::*pField,
635 Result ParseAndAppend(const std::string& option, ProfileSaverOptions& existing) {
664 &ProfileSaverOptions::min_save_period_ms_,
670 &ProfileSaverOptions::save_resolved_classes_delay_ms_,
676 &ProfileSaverOptions::hot_startup_method_samples_,
682 &ProfileSaverOptions::min_methods_to_save_,
688 &ProfileSaverOptions::min_classes_to_save_,
694 &ProfileSaverOptions::min_notification_before_wake_,
700 &ProfileSaverOptions::max_notification_before_wake_,
711 static const char* Name() { return "ProfileSaverOptions"; }