changes for galois
[IRC.git] / Robust / src / Runtime / bamboo / multicoregc.h
index c59a36416ae07489f9b4ad4d6f039d0f11033bd1..8a637da73416933203d0fcc50fb213fe602cb3e4 100644 (file)
@@ -11,4 +11,7 @@ void * gctopva; // top va for shared memory without reserved sblocks
 void * gcbaseva; // base va for shared memory without reserved sblocks
 void * incoherentbaseva;
 
+unsigned long numGCs;
+unsigned long long GCtime;
+
 #endif // BAMBOO_MULTICORE_GC_H