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
base: bb85d423be5d
Choose a base ref
...
head repository: jruby/jruby
compare: 9459764370d2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 2, 2014

  1. Fix profile output

    86a75dc incorrectly updated the method names the profiler needs to
    ignore, resulting in incorrect profiler output.
    
    This resulted in graph output including JRuby::Profiler calls and
    incorrectly reported a total time of "0.00" with "100%" time spent in
    every method.
    
    Revert to the correct names, fixing the output.
    dmarcotte committed Nov 2, 2014
    Copy the full SHA
    51faa56 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Merge pull request #2081 from dmarcotte/test-block-profile

    Fix profile output
    headius committed Nov 5, 2014
    Copy the full SHA
    9459764 View commit details
    Browse the repository at this point in the history