summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDouglas Wilson <douglas.wilson@gmail.com>2021-01-04 12:24:25 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-17 05:49:54 -0500
commitf2d118c0a018dccd3c82e885f500d4e57ff94f82 (patch)
tree32a8a499034557c4725936922c870c901519a42b /includes
parentf395c2cb2e6bb0b9f9f3d6deb923c72fe7433d37 (diff)
downloadhaskell-f2d118c0a018dccd3c82e885f500d4e57ff94f82.tar.gz
rts: remove no_work counter
We are no longer busyish waiting, so this is no longer meaningful
Diffstat (limited to 'includes')
-rw-r--r--includes/RtsAPI.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/RtsAPI.h b/includes/RtsAPI.h
index f88cd0614c..a5e4dfd623 100644
--- a/includes/RtsAPI.h
+++ b/includes/RtsAPI.h
@@ -266,9 +266,6 @@ typedef struct _RTSStats {
// The number of times a GC thread has checked for work across all parallel
// GCs
uint64_t any_work;
- // The number of times a GC thread has checked for work and found none
- // across all parallel GCs
- uint64_t no_work;
// The number of times a GC thread has iterated it's outer loop across all
// parallel GCs
uint64_t scav_find_work;