forked from Kolyah35/minecraft-pe-0.6.1
5 lines
149 B
C++
5 lines
149 B
C++
#include "ServerProfiler.h"
|
|
|
|
std::stack<ServerProfiler::Entry> ServerProfiler::stack;
|
|
std::unordered_map<std::string, double> ServerProfiler::times;
|