mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 06:53:30 +00:00
FIX: i fucking wrote profiler just to find that sleep function takes SECONDS arg 😭😭😭😭😭😭😭😭😭😭
This commit is contained in:
4
src/util/ServerProfiler.cpp
Normal file
4
src/util/ServerProfiler.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "ServerProfiler.h"
|
||||
|
||||
std::stack<ServerProfiler::Entry> ServerProfiler::stack;
|
||||
std::unordered_map<std::string, double> ServerProfiler::times;
|
||||
Reference in New Issue
Block a user