Add profiling of spinlocks
[ghc-hetmet.git] / includes / RtsConfig.h
index c40924a..828b9e7 100644 (file)
@@ -77,4 +77,8 @@
 #define RTS_USER_SIGNALS 1
 #endif
 
+/* Profile spin locks */
+
+#define PROF_SPIN
+
 #endif /* RTSCONFIG_H */