summaryrefslogtreecommitdiff
path: root/tool/rdocbench.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/rdocbench.rb')
-rw-r--r--tool/rdocbench.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/rdocbench.rb b/tool/rdocbench.rb
index db5e0bebf2..946d646431 100644
--- a/tool/rdocbench.rb
+++ b/tool/rdocbench.rb
@@ -16,6 +16,7 @@ Dir.mktmpdir('rdocbench-'){|d|
r.document args
GC::Profiler.report
pp GC.stat
+ puts "GC Total Time:#{GC::Profiler.total_time}"
}
}
}