mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 15:58:21 +00:00
More perf work, need to switch branches.
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ void CatchSignal(int sig_num) {
|
||||
|
||||
std::ofstream profile_out(prof_name, std::ofstream::out);
|
||||
if(profile_out.good()) {
|
||||
EQP::CPU::ST::GetProfiler().Dump(profile_out, 10);
|
||||
_eqp_dump(profile_out, 10);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user