4#if defined(__x86_64__) || defined(_M_X64)
7#error "PerformanceLayer requires x86_64 (__rdtsc). Consider using std::chrono instead."
35 log::engine::info(
"FPS: {:.2f}, Avg ms: {:.2f}, Avg cycles: {:.0f}",
54 auto now = std::chrono::high_resolution_clock::now();
Definition Application.hpp:22
consteval U64 type_id_of()
Definition type_id.hpp:6
std::uint32_t U32
Definition types.hpp:15
std::uint64_t U64
Definition types.hpp:16