More perf work, need to switch branches.

This commit is contained in:
KimLS
2015-02-02 23:10:03 -08:00
parent b6a2ac05bf
commit 5747b3460f
10 changed files with 80 additions and 34 deletions
+1 -1
View File
@@ -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
}