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

Function BM_VariableSetRange

bench/variables.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71BENCHMARK(BM_VariableMod);
72
73static void BM_VariableSetRange(benchmark::State& state) {
74 BM_VariableOp(state, [](auto& v, auto, auto val) { v.SetRange(1, max_vars, val); });
75}
76
77BENCHMARK(BM_VariableSetRange);
78

Callers

nothing calls this directly

Calls 2

BM_VariableOpFunction · 0.85
SetRangeMethod · 0.45

Tested by

no test coverage detected