[DRE-commits] [ruby-prof] 05/14: Merge tag 'upstream/0.13.1'

Jonas Genannt jonas at brachium-system.net
Thu Dec 19 19:42:24 UTC 2013


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

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

commit c61f3febe3bfeef68f12504df6a2128b112af2a0
Merge: 4fedcd0 5503827
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Dec 19 18:32:37 2013 +0100

    Merge tag 'upstream/0.13.1'
    
    Upstream version 0.13.1
    
    # gpg: Signature made Thu 19 Dec 2013 06:32:33 PM CET using RSA key ID 016CFFD0
    # gpg: Good signature from "Jonas Genannt <jonas at brachium-system.net>"
    # gpg:                 aka "Jonas Genannt <jonas.genannt at capi2name.de>"
    
    * tag 'upstream/0.13.1':
      Imported Upstream version 0.13.1

 CHANGES                                            |  197 ++-
 LICENSE                                            |    7 +-
 README => README.rdoc                              |  357 +++--
 Rakefile                                           |  147 +-
 bin/ruby-prof                                      |  456 ++++--
 checksums.yaml.gz                                  |  Bin 0 -> 267 bytes
 doc/LICENSE.html                                   |  155 ++
 doc/README_rdoc.html                               |  648 ++++++++
 doc/Rack.html                                      |  167 ++
 doc/Rack/RubyProf.html                             |  319 ++++
 doc/RubyProf.html                                  | 1000 ++++++++++++
 doc/RubyProf/AbstractPrinter.html                  |  580 +++++++
 doc/RubyProf/AggregateCallInfo.html                |  570 +++++++
 doc/RubyProf/CallInfo.html                         |  512 ++++++
 doc/RubyProf/CallInfoPrinter.html                  |  190 +++
 doc/RubyProf/CallInfoVisitor.html                  |  332 ++++
 doc/RubyProf/CallStackPrinter.html                 | 1600 +++++++++++++++++++
 doc/RubyProf/CallTreePrinter.html                  |  413 +++++
 doc/RubyProf/Cmd.html                              |  669 ++++++++
 doc/RubyProf/DotPrinter.html                       |  312 ++++
 doc/RubyProf/FlatPrinter.html                      |  229 +++
 doc/RubyProf/FlatPrinterWithLineNumbers.html       |  267 ++++
 doc/RubyProf/GraphHtmlPrinter.html                 |  630 ++++++++
 doc/RubyProf/GraphPrinter.html                     |  209 +++
 doc/RubyProf/MethodInfo.html                       |  713 +++++++++
 doc/RubyProf/MultiPrinter.html                     |  407 +++++
 doc/RubyProf/Profile.html                          |  821 ++++++++++
 doc/RubyProf/ProfileTask.html                      |  532 +++++++
 doc/RubyProf/Test.html                             |  578 +++++++
 doc/RubyProf/Thread.html                           |  262 +++
 doc/created.rid                                    |   32 +
 doc/examples/flat_txt.html                         |  191 +++
 doc/examples/graph_txt.html                        |  305 ++++
 doc/images/add.png                                 |  Bin 0 -> 733 bytes
 doc/images/brick.png                               |  Bin 0 -> 452 bytes
 doc/images/brick_link.png                          |  Bin 0 -> 764 bytes
 doc/images/bug.png                                 |  Bin 0 -> 774 bytes
 doc/images/bullet_black.png                        |  Bin 0 -> 211 bytes
 doc/images/bullet_toggle_minus.png                 |  Bin 0 -> 207 bytes
 doc/images/bullet_toggle_plus.png                  |  Bin 0 -> 209 bytes
 doc/images/date.png                                |  Bin 0 -> 626 bytes
 doc/images/delete.png                              |  Bin 0 -> 715 bytes
 doc/images/find.png                                |  Bin 0 -> 659 bytes
 doc/images/loadingAnimation.gif                    |  Bin 0 -> 5886 bytes
 doc/images/macFFBgHack.png                         |  Bin 0 -> 207 bytes
 doc/images/package.png                             |  Bin 0 -> 853 bytes
 doc/images/page_green.png                          |  Bin 0 -> 621 bytes
 doc/images/page_white_text.png                     |  Bin 0 -> 342 bytes
 doc/images/page_white_width.png                    |  Bin 0 -> 309 bytes
 doc/images/plugin.png                              |  Bin 0 -> 591 bytes
 doc/images/ruby.png                                |  Bin 0 -> 592 bytes
 doc/images/tag_blue.png                            |  Bin 0 -> 1880 bytes
 doc/images/tag_green.png                           |  Bin 0 -> 613 bytes
 doc/images/transparent.png                         |  Bin 0 -> 97 bytes
 doc/images/wrench.png                              |  Bin 0 -> 610 bytes
 doc/images/wrench_orange.png                       |  Bin 0 -> 584 bytes
 doc/images/zoom.png                                |  Bin 0 -> 692 bytes
 doc/index.html                                     |  647 ++++++++
 doc/js/darkfish.js                                 |  155 ++
 doc/js/jquery.js                                   |   18 +
 doc/js/navigation.js                               |  142 ++
 doc/js/search.js                                   |   94 ++
 doc/js/search_index.js                             |    1 +
 doc/js/searcher.js                                 |  228 +++
 doc/rdoc.css                                       |  543 +++++++
 doc/table_of_contents.html                         |  462 ++++++
 examples/empty.png                                 |  Bin 0 -> 283 bytes
 examples/graph.dot                                 |  106 ++
 examples/graph.png                                 |  Bin 0 -> 142876 bytes
 examples/minus.png                                 |  Bin 0 -> 282 bytes
 examples/multi.flat.txt                            |   23 +
 examples/multi.graph.html                          |  906 +++++++++++
 examples/multi.grind.dat                           |  194 +++
 examples/multi.stack.html                          |  573 +++++++
 examples/plus.png                                  |  Bin 0 -> 300 bytes
 examples/stack.html                                |  573 +++++++
 ext/extconf.rb                                     |   34 -
 ext/measure_allocations.h                          |   58 -
 ext/measure_cpu_time.h                             |  152 --
 ext/measure_gc_runs.h                              |   76 -
 ext/measure_gc_time.h                              |   57 -
 ext/measure_memory.h                               |  101 --
 ext/measure_process_time.h                         |   52 -
 ext/measure_wall_time.h                            |   53 -
 ext/mingw/Rakefile                                 |   23 -
 ext/mingw/build.rake                               |   38 -
 ext/mingw/ruby_prof.so                             |  Bin 38794 -> 0 bytes
 ext/ruby_prof.c                                    | 1680 --------------------
 ext/ruby_prof.h                                    |  188 ---
 ext/ruby_prof/extconf.rb                           |   59 +
 ext/ruby_prof/rp_call_info.c                       |  407 +++++
 ext/ruby_prof/rp_call_info.h                       |   48 +
 ext/ruby_prof/rp_measure.c                         |   48 +
 ext/ruby_prof/rp_measure.h                         |   45 +
 ext/ruby_prof/rp_measure_allocations.c             |   65 +
 ext/ruby_prof/rp_measure_cpu_time.c                |  112 ++
 ext/ruby_prof/rp_measure_gc_runs.c                 |   65 +
 ext/ruby_prof/rp_measure_gc_time.c                 |   57 +
 ext/ruby_prof/rp_measure_memory.c                  |   73 +
 ext/ruby_prof/rp_measure_process_time.c            |   71 +
 ext/ruby_prof/rp_measure_wall_time.c               |   42 +
 ext/ruby_prof/rp_method.c                          |  420 +++++
 ext/ruby_prof/rp_method.h                          |   57 +
 ext/ruby_prof/rp_stack.c                           |  128 ++
 ext/ruby_prof/rp_stack.h                           |   51 +
 ext/ruby_prof/rp_thread.c                          |  268 ++++
 ext/ruby_prof/rp_thread.h                          |   27 +
 ext/ruby_prof/ruby_prof.c                          |  695 ++++++++
 ext/ruby_prof/ruby_prof.h                          |   55 +
 ext/ruby_prof/vc/ruby_prof.sln                     |   32 +
 ext/ruby_prof/vc/ruby_prof_18.vcxproj              |  108 ++
 ext/ruby_prof/vc/ruby_prof_19.vcxproj              |  110 ++
 ext/ruby_prof/vc/ruby_prof_20.vcxproj              |  110 ++
 ext/ruby_prof/version.h                            |    7 +
 ext/vc/ruby_prof.sln                               |   20 -
 ext/vc/ruby_prof.vcproj                            |  241 ---
 ext/version.h                                      |    4 -
 lib/ruby-prof.rb                                   |   41 +-
 lib/ruby-prof/abstract_printer.rb                  |   41 -
 lib/ruby-prof/aggregate_call_info.rb               |   22 +-
 lib/ruby-prof/call_info.rb                         |   66 +-
 lib/ruby-prof/call_info_visitor.rb                 |   44 +
 lib/ruby-prof/compatibility.rb                     |  169 ++
 lib/ruby-prof/flat_printer.rb                      |   79 -
 lib/ruby-prof/graph_html_printer.rb                |  256 ---
 lib/ruby-prof/graph_printer.rb                     |  164 --
 lib/ruby-prof/images/empty.png                     |  Bin 0 -> 283 bytes
 lib/ruby-prof/images/minus.png                     |  Bin 0 -> 282 bytes
 lib/ruby-prof/images/plus.png                      |  Bin 0 -> 300 bytes
 lib/ruby-prof/method_info.rb                       |   38 +-
 lib/ruby-prof/printers/abstract_printer.rb         |   85 +
 lib/ruby-prof/printers/call_info_printer.rb        |   41 +
 lib/ruby-prof/printers/call_stack_printer.rb       |  773 +++++++++
 lib/ruby-prof/{ => printers}/call_tree_printer.rb  |   32 +-
 lib/ruby-prof/printers/dot_printer.rb              |  132 ++
 lib/ruby-prof/printers/flat_printer.rb             |   69 +
 .../printers/flat_printer_with_line_numbers.rb     |   57 +
 lib/ruby-prof/printers/graph_html_printer.rb       |  255 +++
 lib/ruby-prof/printers/graph_printer.rb            |  116 ++
 lib/ruby-prof/printers/multi_printer.rb            |   56 +
 lib/ruby-prof/profile.rb                           |   77 +
 lib/ruby-prof/rack.rb                              |   48 +
 lib/ruby-prof/task.rb                              |   39 +-
 lib/ruby-prof/test.rb                              |   10 +-
 lib/ruby-prof/thread.rb                            |   22 +
 lib/unprof.rb                                      |    2 +
 metadata.yml                                       |  258 +++
 rails/environment/profile.rb                       |   24 -
 rails/example/example_test.rb                      |    9 -
 rails/profile_test_helper.rb                       |   21 -
 ruby-prof.gemspec                                  |   61 +
 test/aggregate_test.rb                             |   61 +-
 test/basic_test.rb                                 |  295 +---
 test/call_info_test.rb                             |   78 +
 test/call_info_visitor_test.rb                     |   31 +
 test/duplicate_names_test.rb                       |   10 +-
 test/dynamic_method_test.rb                        |   74 +
 test/enumerable_test.rb                            |   16 +
 test/exceptions_test.rb                            |   11 +-
 test/exclude_threads_test.rb                       |   94 +-
 test/exec_test.rb                                  |   14 +
 test/fiber_test.rb                                 |   65 +
 test/line_number_test.rb                           |   42 +-
 test/measure_allocations_test.rb                   |   25 +
 test/measure_cpu_time_test.rb                      |  220 +++
 test/measure_gc_runs_test.rb                       |   32 +
 test/measure_gc_time_test.rb                       |   36 +
 test/measure_memory_test.rb                        |   31 +
 test/measure_process_time_test.rb                  |   62 +
 test/measure_wall_time_test.rb                     |  255 +++
 test/measurement_test.rb                           |  121 --
 test/method_elimination_test.rb                    |   84 +
 test/module_test.rb                                |   33 +-
 test/multi_printer_test.rb                         |   82 +
 test/no_method_class_test.rb                       |   10 +-
 test/pause_resume_test.rb                          |  166 ++
 test/prime.rb                                      |   20 +-
 test/prime_test.rb                                 |   13 -
 test/printers_test.rb                              |  260 ++-
 test/recursive_test.rb                             |  259 ++-
 test/singleton_test.rb                             |    9 +-
 test/stack_printer_test.rb                         |   78 +
 test/stack_test.rb                                 |   32 +-
 test/start_stop_test.rb                            |   59 +-
 test/test_helper.rb                                |  115 ++
 test/test_suite.rb                                 |   56 +-
 test/thread_test.rb                                |  119 +-
 test/unique_call_path_test.rb                      |   70 +-
 188 files changed, 25844 insertions(+), 4710 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