* src/mm/tlh.c (tlh_alloc): Correctly zero memory.
[cacao.git] / src / vmcore / rt-timing.c
index 7e535bef0fd4cd1f698ca7815b5d034014f73487..eb4a7533ba6799b2e7d71ba0b28f4108a1963bb6 100644 (file)
@@ -116,9 +116,20 @@ static struct rt_timing_stat rt_timing_stat_defs[] = {
        { RT_TIMING_GC_COMPACT      ,RT_TIMING_GC_TOTAL       , "gc: compaction phase" },
        { RT_TIMING_GC_ROOTSET2     ,RT_TIMING_GC_TOTAL       , "gc: rootset writeback" },
        { RT_TIMING_GC_TOTAL        ,-1                       , "total garbage collection time" },
+#endif
+       { -1                        ,-1                       , "" },
+
+#if defined(ENABLE_REPLACEMENT)
+       { RT_TIMING_REPLACE         ,-1                       , "replacement" },
        { -1                        ,-1                       , "" },
 #endif
 
+       { RT_TIMING_1               ,-1                       , "temporary timer 1" },
+       { RT_TIMING_2               ,-1                       , "temporary timer 2" },
+       { RT_TIMING_3               ,-1                       , "temporary timer 3" },
+       { RT_TIMING_4               ,-1                       , "temporary timer 4" },
+       { -1                        ,-1                       , "" },
+
     { 0                         ,-1                       , NULL }
 };