anyWork(): count the number of times we don't find any work
[ghc-hetmet.git] / rts / sm / GC.h
index 5183837..58aa46f 100644 (file)
@@ -152,6 +152,7 @@ typedef struct gc_thread_ {
 
     lnat copied;
     lnat any_work;
+    lnat no_work;
     lnat scav_global_work;
     lnat scav_local_work;