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

Function BM_VariableSubRange

bench/variables.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83BENCHMARK(BM_VariableAddRange);
84
85static void BM_VariableSubRange(benchmark::State& state) {
86 BM_VariableOp(state, [](auto& v, auto, auto val) { v.SubRange(1, max_vars, val); });
87}
88
89BENCHMARK(BM_VariableSubRange);
90

Callers

nothing calls this directly

Calls 2

BM_VariableOpFunction · 0.85
SubRangeMethod · 0.80

Tested by

no test coverage detected