diff --git a/src/app/test/benchx86.cpp b/src/app/test/benchx86.cpp index 86c0424..7eb436e 100644 --- a/src/app/test/benchx86.cpp +++ b/src/app/test/benchx86.cpp @@ -22,11 +22,7 @@ struct Performance { static inline uint32_t now() { -#if defined(ASMJIT_OS_WINDOWS) - return ::GetTickCount(); -#else - return 0; -#endif + return asmjit::CpuTicks::now(); } inline void reset() {