[DRE-commits] [ruby-prof] branch master updated (d91482c -> 387c389)

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 change to branch master
in repository ruby-prof.

      from  d91482c   add fonts-lato as dependency
      adds  03b510d   New upstream version 0.16.2+dfsg
       new  06a44d7   Merge tag 'upstream/0.16.2+dfsg'
       new  5a37fac   update changelog
       new  47cf4fa   disable failing tests, upload to experimental
       new  387c389   update override

The 4 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                                            |  36 +-
 README.rdoc                                        | 114 ++++--
 Rakefile                                           |   2 +-
 bin/ruby-prof                                      |   8 +-
 debian/changelog                                   |   7 +
 debian/ruby-tests.rake                             |   6 +-
 debian/source/lintian-overrides                    |   2 +-
 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/{multi.grind.dat => cachegrind.out.1}     |   0
 .../{multi.grind.dat => cachegrind.out.1.32313213} |   0
 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 +
 71 files changed, 1613 insertions(+), 692 deletions(-)
 copy examples/{multi.grind.dat => cachegrind.out.1} (100%)
 copy examples/{multi.grind.dat => cachegrind.out.1.32313213} (100%)

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