mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +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
|
@ -1566,7 +1566,7 @@ namespace BeefPerf
|
|||
uint32 tickMSNow = (.)ReadSLEB128();
|
||||
int64 clockRate = (.)ReadSLEB128();
|
||||
|
||||
mTicksToUSScale = 1000.0 / clockRate;
|
||||
mTicksToUSScale = 1000000.0 / clockRate;
|
||||
|
||||
/*if (mFirstTimeStamp == -1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue