mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Optimizations, switching CanImplicitlyCast method, new CPU rate checker
This commit is contained in:
parent
39fd8d2624
commit
098ad1ce55
25 changed files with 759 additions and 301 deletions
|
@ -355,7 +355,7 @@ static int64 GetTimestamp()
|
|||
#ifdef BF_PLATFORM_WINDOWS
|
||||
return __rdtsc() / 100;
|
||||
#else
|
||||
return BfpSystem_GetCPUTick();
|
||||
return BfpSystem_GetCPUTick() / 100;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue