summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gctest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gctest.c b/tests/gctest.c
index 7b00f834..ebacf1da 100644
--- a/tests/gctest.c
+++ b/tests/gctest.c
@@ -2125,7 +2125,8 @@ void check_heap_stats(void)
# endif
# ifndef NO_CLOCK
- GC_printf("Full collections took %lu ms\n", GC_get_full_gc_total_time());
+ GC_printf("Full/world-stopped collections took %lu/%lu ms\n",
+ GC_get_full_gc_total_time(), GC_get_stopped_mark_total_time());
# endif
# ifdef PARALLEL_MARK
GC_printf("Completed %u collections (using %d marker threads)\n",