[DRE-commits] [ruby-prof] 02/10: Merge tag 'upstream/0.15.9+dfsg'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 14 16:37: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 0b5ab04b66fa6ba05eac8c13330eb5bda5e89631
Merge: 77ff45b 567e680
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Sep 14 21:51:21 2016 +0530

    Merge tag 'upstream/0.15.9+dfsg'
    
    Upstream version 0.15.9+dfsg
    
    # gpg: Signature made Wednesday 14 September 2016 09:51:20 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                                            |   62 +
 LICENSE                                            |    3 +-
 README.rdoc                                        |  425 +++--
 Rakefile                                           |   19 +-
 bin/ruby-prof                                      |   31 +-
 bin/ruby-prof-check-trace                          |   45 +
 checksums.yaml.gz                                  |  Bin 267 -> 0 bytes
 doc/LICENSE.html                                   |  141 +-
 doc/README_rdoc.html                               |  568 +++----
 doc/Rack.html                                      |  162 +-
 doc/Rack/RubyProf.html                             |  310 ++--
 doc/RubyProf.html                                  |  535 +++----
 doc/RubyProf/AbstractPrinter.html                  |  292 ++--
 doc/RubyProf/AggregateCallInfo.html                |  349 ++---
 doc/RubyProf/CallInfo.html                         |  459 ++++--
 doc/RubyProf/CallInfoPrinter.html                  |  182 +--
 doc/RubyProf/CallInfoVisitor.html                  |  302 +---
 doc/RubyProf/CallStackPrinter.html                 | 1085 ++++---------
 doc/RubyProf/CallTreePrinter.html                  |  232 ++-
 doc/RubyProf/Cmd.html                              |  296 ++--
 doc/RubyProf/DotPrinter.html                       |  231 ++-
 doc/RubyProf/FlatPrinter.html                      |  194 +--
 doc/RubyProf/FlatPrinterWithLineNumbers.html       |  233 ++-
 doc/RubyProf/GraphHtmlPrinter.html                 |  458 +++---
 doc/RubyProf/GraphPrinter.html                     |  182 +--
 doc/RubyProf/MethodInfo.html                       |  444 +++---
 doc/RubyProf/MultiPrinter.html                     |  253 ++-
 doc/RubyProf/Profile.html                          |  338 ++--
 doc/RubyProf/ProfileTask.html                      |  282 ++--
 doc/RubyProf/Test.html                             |  578 -------
 doc/RubyProf/Thread.html                           |  304 ++--
 doc/created.rid                                    |   51 +-
 doc/css/fonts.css                                  |  167 ++
 doc/{ => css}/rdoc.css                             |  483 +++---
 doc/examples/flat_txt.html                         |  209 +--
 doc/examples/graph_html.html                       |  909 +++++++++++
 doc/examples/graph_txt.html                        |  406 +++--
 doc/fonts/Lato-Light.ttf                           |  Bin 0 -> 94668 bytes
 doc/fonts/Lato-LightItalic.ttf                     |  Bin 0 -> 94196 bytes
 doc/fonts/Lato-Regular.ttf                         |  Bin 0 -> 96184 bytes
 doc/fonts/Lato-RegularItalic.ttf                   |  Bin 0 -> 95316 bytes
 doc/fonts/SourceCodePro-Bold.ttf                   |  Bin 0 -> 71200 bytes
 doc/fonts/SourceCodePro-Regular.ttf                |  Bin 0 -> 71692 bytes
 doc/images/add.png                                 |  Bin
 doc/images/arrow_up.png                            |  Bin 0 -> 372 bytes
 doc/images/delete.png                              |  Bin
 doc/images/tag_blue.png                            |  Bin
 doc/index.html                                     |  514 +++---
 doc/js/darkfish.js                                 |   58 +-
 doc/js/jquery.js                                   |   18 -
 doc/js/navigation.js.gz                            |  Bin 0 -> 1061 bytes
 doc/js/search.js                                   |   25 +-
 doc/js/search_index.js                             |    2 +-
 doc/js/search_index.js.gz                          |  Bin 0 -> 5367 bytes
 doc/js/searcher.js.gz                              |  Bin 0 -> 1725 bytes
 doc/table_of_contents.html                         | 1143 +++++++++-----
 examples/empty.png                                 |  Bin 283 -> 0 bytes
 examples/flat.txt                                  |  105 +-
 examples/graph.dot                                 |  128 +-
 examples/graph.html                                | 1646 ++++++++++----------
 examples/graph.png                                 |  Bin 142876 -> 0 bytes
 examples/graph.txt                                 |  309 ++--
 examples/minus.png                                 |  Bin 282 -> 0 bytes
 examples/multi.flat.txt                            |   42 +-
 examples/multi.graph.html                          | 1532 ++++++++----------
 examples/multi.grind.dat                           |  266 ++--
 examples/multi.stack.html                          |  848 +++++-----
 examples/plus.png                                  |  Bin 300 -> 0 bytes
 examples/stack.html                                |  848 +++++-----
 ext/ruby_prof/extconf.rb                           |   41 +-
 ext/ruby_prof/rp_call_info.h                       |    2 +-
 ext/ruby_prof/rp_measure.c                         |   48 +-
 ext/ruby_prof/rp_measure.h                         |   12 +-
 ext/ruby_prof/rp_measure_allocations.c             |   21 +-
 ext/ruby_prof/rp_measure_cpu_time.c                |   98 +-
 ext/ruby_prof/rp_measure_gc_runs.c                 |    8 +
 ext/ruby_prof/rp_measure_gc_time.c                 |    7 +-
 ext/ruby_prof/rp_measure_memory.c                  |    4 +
 ext/ruby_prof/rp_measure_wall_time.c               |    3 +
 ext/ruby_prof/rp_method.c                          |   17 +-
 ext/ruby_prof/rp_method.h                          |    7 +-
 ext/ruby_prof/ruby_prof.c                          |  146 +-
 ext/ruby_prof/ruby_prof.h                          |   19 +-
 ext/ruby_prof/version.h                            |    7 -
 lib/ruby-prof.rb                                   |   32 +-
 lib/ruby-prof/aggregate_call_info.rb               |   34 +-
 lib/ruby-prof/assets/call_stack_printer.css.html   |  117 ++
 lib/ruby-prof/assets/call_stack_printer.js.html    |  385 +++++
 lib/ruby-prof/assets/call_stack_printer.png        |  Bin 0 -> 454 bytes
 lib/ruby-prof/call_info.rb                         |   41 +-
 lib/ruby-prof/call_info_visitor.rb                 |   84 +-
 lib/ruby-prof/compatibility.rb                     |   16 +-
 lib/ruby-prof/images/empty.png                     |  Bin 283 -> 0 bytes
 lib/ruby-prof/images/minus.png                     |  Bin 282 -> 0 bytes
 lib/ruby-prof/images/plus.png                      |  Bin 300 -> 0 bytes
 lib/ruby-prof/method_info.rb                       |   42 +-
 lib/ruby-prof/printers/call_info_printer.rb        |    4 +-
 lib/ruby-prof/printers/call_stack_printer.rb       |  571 +------
 lib/ruby-prof/printers/dot_printer.rb              |   54 +-
 lib/ruby-prof/printers/flat_printer.rb             |    3 +-
 .../printers/flat_printer_with_line_numbers.rb     |   35 +-
 lib/ruby-prof/printers/graph_html_printer.rb       |  157 +-
 lib/ruby-prof/printers/graph_printer.rb            |   14 +-
 lib/ruby-prof/profile.rb                           |   23 +-
 lib/ruby-prof/rack.rb                              |  104 +-
 lib/ruby-prof/task.rb                              |    0
 lib/ruby-prof/test.rb                              |  150 --
 lib/ruby-prof/thread.rb                            |   52 +-
 lib/ruby-prof/version.rb                           |    3 +
 metadata.yml                                       |  258 ---
 ruby-prof.gemspec                                  |   24 +-
 test/aggregate_test.rb                             |    2 +-
 test/basic_test.rb                                 |   62 +-
 test/{dynamic_method_test.rb => block_test.rb}     |   10 +-
 test/call_info_test.rb                             |  156 +-
 test/call_info_visitor_test.rb                     |   62 +-
 test/duplicate_names_test.rb                       |    2 +-
 test/dynamic_method_test.rb                        |   93 +-
 test/enumerable_test.rb                            |    9 +-
 test/exceptions_test.rb                            |    4 +-
 test/exclude_threads_test.rb                       |    2 +-
 test/exec_test.rb                                  |   14 -
 test/fiber_test.rb                                 |   14 +-
 test/issue137_test.rb                              |   63 +
 test/line_number_test.rb                           |    2 +-
 test/measure_allocations_test.rb                   |    9 +-
 test/measure_cpu_time_test.rb                      |  149 +-
 test/measure_gc_runs_test.rb                       |    4 +-
 test/measure_gc_time_test.rb                       |    2 +-
 test/measure_memory_test.rb                        |   12 +-
 test/measure_process_time_test.rb                  |   19 +-
 test/measure_wall_time_test.rb                     |    4 +-
 test/method_elimination_test.rb                    |    2 +-
 test/module_test.rb                                |    2 +-
 test/multi_printer_test.rb                         |    2 +-
 test/pause_resume_test.rb                          |   20 +-
 test/printers_test.rb                              |   26 +-
 test/printing_recursive_graph_test.rb              |  127 ++
 test/rack_test.rb                                  |   68 +
 test/recursive_test.rb                             |   94 +-
 test/singleton_test.rb                             |    2 +-
 test/stack_printer_test.rb                         |    2 +-
 test/stack_test.rb                                 |    2 +-
 test/start_stop_test.rb                            |    8 +-
 test/test_helper.rb                                |  128 +-
 test/test_suite.rb                                 |   37 -
 test/thread_test.rb                                |   32 +-
 test/unique_call_path_test.rb                      |   40 +-
 test/yarv_test.rb                                  |   55 +
 149 files changed, 10768 insertions(+), 11920 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