File diff r25941:1b35576e3e14 → r25942:fb8ed4e7ecae
src/debug.h
Show inline comments
 
@@ -113,13 +113,16 @@ const char *GetDebugString();
 
		Debug(misc, 0, "[{}] {} us [avg: {:.1f} us]", str, _sum_, _sum_/(double)_i_);\
 
		_i_ = 0;\
 
		_sum_ = 0;\
 
	}\
 
}
 

	
 

	
 
void ShowInfo(const char *str);
 
void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
 

	
 
const char *GetLogPrefix();
 

	
 
void DebugSendRemoteMessages();
 
void DebugReconsiderSendRemoteMessages();
 

	
 
#endif /* DEBUG_H */