This commit is contained in:
Jorijn van der Graaf 2025-11-25 23:36:43 +01:00
commit b41ec7960c
3 changed files with 32 additions and 1 deletions

View file

@ -77,6 +77,7 @@ export namespace Crafter {
std::chrono::nanoseconds vblank;
std::chrono::nanoseconds totalFrame;
std::chrono::time_point<std::chrono::high_resolution_clock> frameEnd;
std::vector<std::chrono::nanoseconds> frameTimes;
void LogTiming();
#endif
};