Lines Matching refs:state

127  * @param state
129 static void BMCachedParameterGet(benchmark::State &state)
137 for (auto _ : state) {
140 state.SetItemsProcessed(state.iterations());
146 * @param state
148 static void BMCachedParameterGetChangedStatic(benchmark::State &state)
155 for (auto _ : state) {
161 state.SetItemsProcessed(state.iterations());
167 * @param state
169 static void BMCachedParameterGetChangedGlobal(benchmark::State &state)
177 for (auto _ : state) {
181 state.SetItemsProcessed(state.iterations());
187 * @param state
189 static void BMCachedParameterGetChangedGlobal2(benchmark::State &state)
197 for (auto _ : state) {
204 state.SetItemsProcessed(state.iterations());
211 * @param state
213 static void BMSystemReadParam(benchmark::State &state)
224 for (auto _ : state) {
229 state.SetItemsProcessed(state.iterations());
236 * @param state
238 static void BMSystemReadParam_none(benchmark::State &state)
249 for (auto _ : state) {
254 state.SetItemsProcessed(state.iterations());
260 * @param state
262 static void BMSystemFindParameter(benchmark::State &state)
269 for (auto _ : state) {
273 state.SetItemsProcessed(state.iterations());
279 * @param state
281 static void BMSystemGetParameterValue(benchmark::State &state)
295 for (auto _ : state) {
300 state.SetItemsProcessed(state.iterations());
307 * @param state
309 static void BMSystemGetParameterCommitId(benchmark::State &state)
322 for (auto _ : state) {
327 state.SetItemsProcessed(state.iterations());
331 static void BMTestRandom(benchmark::State &state)
338 for (auto _ : state) {
341 state.SetItemsProcessed(state.iterations());