#include "Engine/Engine.hpp"#include "Utils/Logger.hpp"#include "Utils/Path.hpp"#include <numeric>#include <ranges>
Include dependency graph for engine.cpp:Go to the source code of this file.
Functions | |
| void | printFps (std::array< float, 10 > &fpsBuffer, int &fpsIndex, const float deltaTime) |
| void printFps | ( | std::array< float, 10 > & | fpsBuffer, |
| int & | fpsIndex, | ||
| const float | deltaTime ) |
Definition at line 9 of file engine.cpp.
References utl::INFO, and utl::Logger::log().
Referenced by cae::Engine::update().
Here is the call graph for this function:
Here is the caller graph for this function: