@ -130,6 +130,10 @@ const char* const description_call_status_override_on_cancellation =
" with cancellation. " ;
const char * const additional_constraints_call_status_override_on_cancellation =
" {} " ;
const char * const description_work_serializer_clears_time_cache =
" Have the work serializer clear the time cache when it dispatches work. " ;
const char * const additional_constraints_work_serializer_clears_time_cache =
" {} " ;
# ifdef NDEBUG
const bool kDefaultForDebugOnly = false ;
# else
@ -205,6 +209,9 @@ const ExperimentMetadata g_experiment_metadata[] = {
description_call_status_override_on_cancellation ,
additional_constraints_call_status_override_on_cancellation ,
kDefaultForDebugOnly , true } ,
{ " work_serializer_clears_time_cache " ,
description_work_serializer_clears_time_cache ,
additional_constraints_work_serializer_clears_time_cache , true , true } ,
} ;
} // namespace grpc_core
@ -319,6 +326,10 @@ const char* const description_call_status_override_on_cancellation =
" with cancellation. " ;
const char * const additional_constraints_call_status_override_on_cancellation =
" {} " ;
const char * const description_work_serializer_clears_time_cache =
" Have the work serializer clear the time cache when it dispatches work. " ;
const char * const additional_constraints_work_serializer_clears_time_cache =
" {} " ;
# ifdef NDEBUG
const bool kDefaultForDebugOnly = false ;
# else
@ -394,6 +405,9 @@ const ExperimentMetadata g_experiment_metadata[] = {
description_call_status_override_on_cancellation ,
additional_constraints_call_status_override_on_cancellation ,
kDefaultForDebugOnly , true } ,
{ " work_serializer_clears_time_cache " ,
description_work_serializer_clears_time_cache ,
additional_constraints_work_serializer_clears_time_cache , true , true } ,
} ;
} // namespace grpc_core
@ -508,6 +522,10 @@ const char* const description_call_status_override_on_cancellation =
" with cancellation. " ;
const char * const additional_constraints_call_status_override_on_cancellation =
" {} " ;
const char * const description_work_serializer_clears_time_cache =
" Have the work serializer clear the time cache when it dispatches work. " ;
const char * const additional_constraints_work_serializer_clears_time_cache =
" {} " ;
# ifdef NDEBUG
const bool kDefaultForDebugOnly = false ;
# else
@ -583,6 +601,9 @@ const ExperimentMetadata g_experiment_metadata[] = {
description_call_status_override_on_cancellation ,
additional_constraints_call_status_override_on_cancellation ,
kDefaultForDebugOnly , true } ,
{ " work_serializer_clears_time_cache " ,
description_work_serializer_clears_time_cache ,
additional_constraints_work_serializer_clears_time_cache , true , true } ,
} ;
} // namespace grpc_core