mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
PerformanceMonitor - fixed linux build issue
This commit is contained in:
parent
bd48afd3a6
commit
844999e92f
@ -105,7 +105,7 @@ void PerformanceMonitor::PrintStats(bool perTick, bool fullStack)
|
||||
});
|
||||
|
||||
uint64 typeTotalTime = 0;
|
||||
uint64 typeMinTime = MAXINT32;
|
||||
uint64 typeMinTime = 0xffffffffu;
|
||||
uint64 typeMaxTime = 0;
|
||||
uint32 typeCount = 0;
|
||||
for (auto& name : names)
|
||||
@ -204,7 +204,7 @@ void PerformanceMonitor::PrintStats(bool perTick, bool fullStack)
|
||||
});
|
||||
|
||||
uint64 typeTotalTime = 0;
|
||||
uint64 typeMinTime = MAXINT32;
|
||||
uint64 typeMinTime = 0xffffffffu;
|
||||
uint64 typeMaxTime = 0;
|
||||
uint32 typeCount = 0;
|
||||
for (auto& name : names)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user