Searched refs:build_cost_model_every (Results 1 – 2 of 2) sorted by relevance
1660 const int64 build_cost_model_every = in DoPartialRun() local1663 build_cost_model_every > 0 && in DoPartialRun()1664 ((count + 1 - build_cost_model_after) % build_cost_model_every == 0); in DoPartialRun()1795 const int64 build_cost_model_every = in FillPerStepState() local1798 build_cost_model_every > 0 && in FillPerStepState()1799 ((count + 1 - build_cost_model_after) % build_cost_model_every == 0); in FillPerStepState()
545 const int64 build_cost_model_every = in RunInternal() local552 ((measure_step_count + 1) % build_cost_model_every == 0); in RunInternal()