MCPcopy Create free account
hub / github.com/EasyRPG/Player / BM_VariableMultRange

Function BM_VariableMultRange

bench/variables.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89BENCHMARK(BM_VariableSubRange);
90
91static void BM_VariableMultRange(benchmark::State& state) {
92 BM_VariableOp(state, [](auto& v, auto, auto val) { v.MultRange(1, max_vars, val); });
93}
94
95BENCHMARK(BM_VariableMultRange);
96

Callers

nothing calls this directly

Calls 2

BM_VariableOpFunction · 0.85
MultRangeMethod · 0.80

Tested by

no test coverage detected