[DRE-commits] [ruby-prof] branch master updated (61d5559 -> 1378293)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 14 16:37:15 UTC 2016


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

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

      from  61d5559   Run wrap-and-sort on packaging files
       new  77ff45b   filter jquery.js
      adds  567e680   New upstream version 0.15.9+dfsg
       new  0b5ab04   Merge tag 'upstream/0.15.9+dfsg'
       new  9518205   update control
       new  f1fd844   update changelog
       new  30eb2a7   fix docs
       new  a86fcbb   use rake for tests
       new  32a6eaa   add overrides
       new  643d49c   update copyright
       new  8717ad8   reset rules
       new  1378293   update watch

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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
 debian/changelog                                   |    6 +
 debian/control                                     |   33 +-
 debian/copyright                                   |    1 +
 debian/gbp.conf                                    |    7 +
 debian/links                                       |    1 +
 debian/ruby-prof.docs                              |    1 +
 debian/ruby-prof.install                           |    1 -
 debian/ruby-test-files.yaml                        |    3 -
 debian/ruby-tests.rake                             |    6 +
 debian/rules                                       |   27 +-
 debian/source/lintian-overrides                    |    2 +
 debian/watch                                       |    1 +
 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 +
 161 files changed, 10811 insertions(+), 11966 deletions(-)
 create mode 100755 bin/ruby-prof-check-trace
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/links
 delete mode 100644 debian/ruby-prof.install
 delete mode 100644 debian/ruby-test-files.yaml
 create mode 100644 debian/ruby-tests.rake
 create mode 100644 debian/source/lintian-overrides
 delete mode 100644 doc/RubyProf/Test.html
 create mode 100644 doc/css/fonts.css
 rename doc/{ => css}/rdoc.css (50%)
 create mode 100644 doc/examples/graph_html.html
 create mode 100644 doc/fonts/Lato-Light.ttf
 create mode 100644 doc/fonts/Lato-LightItalic.ttf
 create mode 100644 doc/fonts/Lato-Regular.ttf
 create mode 100644 doc/fonts/Lato-RegularItalic.ttf
 create mode 100644 doc/fonts/SourceCodePro-Bold.ttf
 create mode 100644 doc/fonts/SourceCodePro-Regular.ttf
 mode change 100755 => 100644 doc/images/add.png
 create mode 100644 doc/images/arrow_up.png
 mode change 100755 => 100644 doc/images/delete.png
 mode change 100755 => 100644 doc/images/tag_blue.png
 delete mode 100644 doc/js/jquery.js
 create mode 100644 doc/js/navigation.js.gz
 create mode 100644 doc/js/search_index.js.gz
 create mode 100644 doc/js/searcher.js.gz
 delete mode 100755 examples/empty.png
 delete mode 100644 examples/graph.png
 delete mode 100755 examples/minus.png
 delete mode 100755 examples/plus.png
 delete mode 100644 ext/ruby_prof/version.h
 create mode 100644 lib/ruby-prof/assets/call_stack_printer.css.html
 create mode 100644 lib/ruby-prof/assets/call_stack_printer.js.html
 create mode 100644 lib/ruby-prof/assets/call_stack_printer.png
 delete mode 100755 lib/ruby-prof/images/empty.png
 delete mode 100755 lib/ruby-prof/images/minus.png
 delete mode 100755 lib/ruby-prof/images/plus.png
 mode change 100755 => 100644 lib/ruby-prof/task.rb
 delete mode 100644 lib/ruby-prof/test.rb
 create mode 100644 lib/ruby-prof/version.rb
 delete mode 100644 metadata.yml
 copy test/{dynamic_method_test.rb => block_test.rb} (91%)
 mode change 100644 => 100755 test/call_info_test.rb
 mode change 100644 => 100755 test/call_info_visitor_test.rb
 delete mode 100755 test/exec_test.rb
 create mode 100755 test/issue137_test.rb
 mode change 100644 => 100755 test/measure_allocations_test.rb
 mode change 100644 => 100755 test/measure_cpu_time_test.rb
 mode change 100644 => 100755 test/measure_wall_time_test.rb
 create mode 100755 test/printing_recursive_graph_test.rb
 create mode 100755 test/rack_test.rb
 delete mode 100644 test/test_suite.rb
 create mode 100755 test/yarv_test.rb

-- 
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