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

Function BM_VariableAddRange

bench/variables.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77BENCHMARK(BM_VariableSetRange);
78
79static void BM_VariableAddRange(benchmark::State& state) {
80 BM_VariableOp(state, [](auto& v, auto, auto val) { v.AddRange(1, max_vars, val); });
81}
82
83BENCHMARK(BM_VariableAddRange);
84

Callers

nothing calls this directly

Calls 2

BM_VariableOpFunction · 0.85
AddRangeMethod · 0.80

Tested by

no test coverage detected