[DRE-commits] [ruby-prof] 01/04: Merge tag 'upstream/0.16.2+dfsg'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 1 12:42:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-prof.

commit 06a44d75755e582f358be02c29d21e6fad2ffc70
Merge: d91482c 03b510d
Author: Pirate Praveen <praveen at debian.org>
Date:   Tue Nov 1 17:23:30 2016 +0530

    Merge tag 'upstream/0.16.2+dfsg'
    
    Upstream version 0.16.2+dfsg
    
    # gpg: Signature made Tuesday 01 November 2016 05:23:29 PM IST using RSA key ID CE1F9C674512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>" [ultimate]
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>" [ultimate]
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>" [ultimate]
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>" [ultimate]
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>" [ultimate]

 CHANGES                                         |  36 +-
 README.rdoc                                     | 114 +++++--
 Rakefile                                        |   2 +-
 bin/ruby-prof                                   |   8 +-
 doc/LICENSE.html                                |   2 +-
 doc/README_rdoc.html                            | 125 +++++--
 doc/Rack.html                                   |   2 +-
 doc/Rack/RubyProf.html                          |  31 +-
 doc/RubyProf.html                               |  59 ++--
 doc/RubyProf/AbstractPrinter.html               |   2 +-
 doc/RubyProf/AggregateCallInfo.html             |   2 +-
 doc/RubyProf/CallInfo.html                      |   2 +-
 doc/RubyProf/CallInfoPrinter.html               |   2 +-
 doc/RubyProf/CallInfoVisitor.html               |   2 +-
 doc/RubyProf/CallStackPrinter.html              |   2 +-
 doc/RubyProf/CallTreePrinter.html               | 416 ++++++++++++++++++++----
 doc/RubyProf/Cmd.html                           |  10 +-
 doc/RubyProf/DotPrinter.html                    |   4 +-
 doc/RubyProf/FlatPrinter.html                   |   2 +-
 doc/RubyProf/FlatPrinterWithLineNumbers.html    |   2 +-
 doc/RubyProf/GraphHtmlPrinter.html              |   2 +-
 doc/RubyProf/GraphPrinter.html                  |   2 +-
 doc/RubyProf/MethodInfo.html                    |   4 +-
 doc/RubyProf/MultiPrinter.html                  |  20 +-
 doc/RubyProf/Profile.html                       | 138 +++++---
 doc/RubyProf/ProfileTask.html                   |   2 +-
 doc/RubyProf/Thread.html                        |  44 ++-
 doc/created.rid                                 |  32 +-
 doc/examples/flat_txt.html                      |   2 +-
 doc/examples/graph_html.html                    |   2 +-
 doc/examples/graph_txt.html                     |   6 +-
 doc/index.html                                  | 115 +++++--
 doc/js/navigation.js.gz                         | Bin 1061 -> 1021 bytes
 doc/js/search_index.js                          |   2 +-
 doc/js/search_index.js.gz                       | Bin 5367 -> 5574 bytes
 doc/js/searcher.js                              |   4 +-
 doc/js/searcher.js.gz                           | Bin 1725 -> 1684 bytes
 doc/table_of_contents.html                      | 183 +++++++----
 examples/cachegrind.out.1                       | 114 +++++++
 examples/cachegrind.out.1.32313213              | 114 +++++++
 examples/graph.txt                              |   2 +-
 ext/ruby_prof/extconf.rb                        |  10 +-
 ext/ruby_prof/rp_measure_allocations.c          |   4 +-
 ext/ruby_prof/rp_measure_cpu_time.c             |  60 ++--
 ext/ruby_prof/rp_method.c                       |   2 +-
 ext/ruby_prof/rp_thread.c                       | 109 ++++---
 ext/ruby_prof/ruby_prof.c                       | 188 +++++++----
 ext/ruby_prof/ruby_prof.h                       |  12 +-
 lib/ruby-prof.rb                                |  33 +-
 lib/ruby-prof/assets/call_stack_printer.js.html |   2 +-
 lib/ruby-prof/compatibility.rb                  |  17 +-
 lib/ruby-prof/method_info.rb                    |   2 +-
 lib/ruby-prof/printers/call_tree_printer.rb     | 138 +++++---
 lib/ruby-prof/printers/dot_printer.rb           |   2 +-
 lib/ruby-prof/printers/multi_printer.rb         |  10 +-
 lib/ruby-prof/profile.rb                        |   1 -
 lib/ruby-prof/rack.rb                           |  69 +++-
 lib/ruby-prof/thread.rb                         |  11 +
 lib/ruby-prof/version.rb                        |   2 +-
 test/exclude_threads_test.rb                    |   5 +-
 test/fiber_test.rb                              |  28 +-
 test/measure_cpu_time_test.rb                   | 108 ++++--
 test/multi_printer_test.rb                      |   9 +-
 test/pause_resume_test.rb                       |  14 +-
 test/printers_test.rb                           |  10 +-
 test/rack_test.rb                               |  27 +-
 test/test_helper.rb                             |  31 +-
 test/thread_test.rb                             |   1 +
 68 files changed, 1828 insertions(+), 690 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prof.git



More information about the Pkg-ruby-extras-commits mailing list