Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2442c94a4b96
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67c9b29d74e1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 9, 2014

  1. Remove unnecessary puts for GC::Profiler.total_time

    Zach Anker committed Dec 9, 2014
    Copy the full SHA
    8c89f01 View commit details

Commits on Jan 12, 2015

  1. Merge pull request #2292 from zanker/jruby-gc-profiler-puts

    Remove unnecessary puts for GC::Profiler.total_time
    headius committed Jan 12, 2015
    Copy the full SHA
    67c9b29 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 core/src/main/ruby/jruby/kernel/gc.rb
2 changes: 0 additions & 2 deletions core/src/main/ruby/jruby/kernel/gc.rb
Original file line number Diff line number Diff line change
@@ -224,8 +224,6 @@ def total_time
duration = 0

@gc_listener.lines.each_with_index do |line, i|
puts HEADER if i % 20 == 0

gc_notification = com.sun.management.GarbageCollectionNotificationInfo.from(line.user_data)
gc_info = gc_notification.gc_info