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

Function BM_Flip

bench/bitmap.cpp:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291BENCHMARK(BM_BlendBlit);
292
293static void BM_Flip(benchmark::State& state) {
294 Bitmap::SetFormat(format);
295 auto dest = Bitmap::Create(320, 240);
296 for (auto _: state) {
297 dest->Flip(true, true);
298 }
299}
300
301BENCHMARK(BM_Flip);
302

Callers

nothing calls this directly

Calls 1

FlipMethod · 0.45

Tested by

no test coverage detected