mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	SAPI: Disable unlockable time profiling
This commit is contained in:
		@@ -33,12 +33,16 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 | 
			
		||||
#define API_FCT(name) registerFunction(L, #name, l_##name,top)
 | 
			
		||||
#define ASYNC_API_FCT(name) engine.registerFunction(#name, l_##name)
 | 
			
		||||
 | 
			
		||||
#if (defined(WIN32) || defined(_WIN32_WCE))
 | 
			
		||||
#define NO_MAP_LOCK_REQUIRED
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
#if (defined(WIN32) || defined(_WIN32_WCE))
 | 
			
		||||
	#define NO_MAP_LOCK_REQUIRED
 | 
			
		||||
#else
 | 
			
		||||
#include "profiler.h"
 | 
			
		||||
#define NO_MAP_LOCK_REQUIRED \
 | 
			
		||||
	ScopeProfiler nolocktime(g_profiler,"Scriptapi: unlockable time",SPT_ADD)
 | 
			
		||||
	#include "profiler.h"
 | 
			
		||||
	#define NO_MAP_LOCK_REQUIRED \
 | 
			
		||||
		ScopeProfiler nolocktime(g_profiler,"Scriptapi: unlockable time",SPT_ADD)
 | 
			
		||||
#endif
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#endif /* L_INTERNAL_H_ */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user