AppleWin/source/linux/benchmark.h
Andrea Odetti 9ca7485f52 Update VideoBenchmark code to differentiate screen image generation vs blitting.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2019-11-25 21:08:01 +00:00

7 lines
184 B
C++

#pragma once
#include <functional>
void VideoBenchmark(std::function<void()> redraw, // regenerate image and repaint
std::function<void()> refresh // just repaint
);