ruby-prof 1.7.0-x64-mingw-ucrt → 1.7.2-x64-mingw-ucrt

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES +12 -0
  3. data/ext/ruby_prof/extconf.rb +23 -22
  4. data/ext/ruby_prof/rp_call_trees.c +296 -296
  5. data/ext/ruby_prof/rp_call_trees.h +28 -28
  6. data/ext/ruby_prof/rp_measure_allocations.c +47 -47
  7. data/ext/ruby_prof/rp_measure_process_time.c +64 -66
  8. data/ext/ruby_prof/rp_measure_wall_time.c +52 -64
  9. data/ext/ruby_prof/rp_method.c +551 -562
  10. data/ext/ruby_prof/rp_stack.c +212 -212
  11. data/ext/ruby_prof/ruby_prof.c +50 -50
  12. data/ext/ruby_prof/ruby_prof.h +3 -2
  13. data/ext/ruby_prof/vc/ruby_prof.vcxproj +3 -3
  14. data/lib/3.4/ruby_prof.so +0 -0
  15. data/lib/ruby-prof/compatibility.rb +113 -113
  16. data/lib/ruby-prof/exclude_common_methods.rb +204 -204
  17. data/lib/ruby-prof/printers/abstract_printer.rb +156 -138
  18. data/lib/ruby-prof/version.rb +3 -3
  19. data/ruby-prof.gemspec +66 -64
  20. data/test/dynamic_method_test.rb +9 -21
  21. data/test/enumerable_test.rb +23 -21
  22. data/test/exclude_methods_test.rb +363 -257
  23. data/test/fiber_test.rb +195 -195
  24. data/test/gc_test.rb +104 -102
  25. data/test/line_number_test.rb +426 -289
  26. data/test/measure_allocations_test.rb +1172 -1081
  27. data/test/measure_memory_test.rb +1193 -1456
  28. data/test/measure_process_time_test.rb +3330 -2477
  29. data/test/measure_wall_time_test.rb +634 -568
  30. data/test/merge_test.rb +146 -146
  31. data/test/method_info_test.rb +100 -95
  32. data/test/printers_test.rb +178 -135
  33. data/test/recursive_test.rb +796 -622
  34. data/test/start_stop_test.rb +4 -4
  35. data/test/test_helper.rb +20 -20
  36. data/test/thread_test.rb +229 -231
  37. data/test/unique_call_path_test.rb +9 -22
  38. data/test/yarv_test.rb +1 -5
  39. metadata +33 -10
  40. data/lib/3.2/ruby_prof.so +0 -0
  41. data/lib/3.3/ruby_prof.so +0 -0
  42. data/test/crash2.rb +0 -144

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.