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

Function BM_VariableDivRange

bench/variables.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95BENCHMARK(BM_VariableMultRange);
96
97static void BM_VariableDivRange(benchmark::State& state) {
98 BM_VariableOp(state, [](auto& v, auto, auto val) { v.DivRange(1, max_vars, val); });
99}
100
101BENCHMARK(BM_VariableDivRange);
102

Callers

nothing calls this directly

Calls 2

BM_VariableOpFunction · 0.85
DivRangeMethod · 0.80

Tested by

no test coverage detected