Rakefile | 644 | 0 | 0 | | | 3.36 KB | bca562ccb8654c2dd1cfc02438266bb18e7c605866cb8a54a706c34aa4f228db |
README | 644 | 0 | 0 | | | 15 KB | 98058982a875d3ed0d0946a555fb7c0d87bbb3bd22a5e83396589d7dc3b4e5c9 |
LICENSE | 644 | 0 | 0 | | | 1.28 KB | 36fbf7086fd327af7998387b69b6860992053293c5eef384534cdfb6d074a861 |
CHANGES | 644 | 0 | 0 | | | 6.05 KB | 286909e9258f07f9d53818ae8c59074589a7b4a4e4fa12bf6a2beeb7573303d4 |
bin/ruby-prof | 644 | 0 | 0 | | | 7.25 KB | cccc95a185a2c551c8a77d3ac51e5e061fbdc0b8c717d3d2d45cba4128114241 |
examples/graph.html | 644 | 0 | 0 | | | 17.3 KB | 27fe7f57d476408f4b1bbfe36fbbdf5509a24a53a60d5a5806b89a246942f157 |
examples/graph.txt | 644 | 0 | 0 | | | 11 KB | d127cd064f997aa2a3572ed4e56aab2b495f943b3a0ca6cc886488e8cea81560 |
examples/flat.txt | 644 | 0 | 0 | | | 3.36 KB | bd30338e073672acefcf2add489221b07801b69dcf8055718e0d39e74a6cb670 |
ext/version.h | 644 | 0 | 0 | | | 137 Bytes | 89cd3bc3aef93f0c47ebacc785ef4a2c98526c8de93b9292cb97c53531f9f000 |
ext/measure_memory.h | 644 | 0 | 0 | | | 2.55 KB | 6ec961f1020d764a8228e934ef02b01d211eb9b152c992c7d4086d18a2a9cc46 |
ext/extconf.rb | 644 | 0 | 0 | | | 765 Bytes | 9323354b46e06e67fafabfa4f80c7d6c1cecc1b1553639fef0cfb75f4ae0870a |
ext/measure_gc_time.h | 644 | 0 | 0 | | | 1.92 KB | 61d240a4c948cff2df3945d4dacb2914d32d5872a2f1d5aa853654770b58429f |
ext/ruby_prof.h | 644 | 0 | 0 | | | 6.61 KB | fd40d70edc96103b352178422d906a8b9266e394c7ba06f73251eb0c5855a9af |
ext/measure_allocations.h | 644 | 0 | 0 | | | 2.01 KB | 9a03fd47f7a97bf9894dbe7a15217f86fe28f8b3159b6ba475f6d7f7110fd5c4 |
ext/ruby_prof.c | 644 | 0 | 0 | | | 46.5 KB | 084f9be1f282cd223d8141da2e3b54d2413551c6f8587ff497e4da4c4553912e |
ext/measure_wall_time.h | 644 | 0 | 0 | | | 1.89 KB | fe130fe10b94a19861be381010c49f3cfba772525ef2488f15b97ba35b6a9a97 |
ext/measure_cpu_time.h | 644 | 0 | 0 | | | 3.86 KB | a4ec6e56299e05672e0dfa2a67cff668796e72eee2e0c043b6947c175ffd2580 |
ext/measure_gc_runs.h | 644 | 0 | 0 | | | 2.24 KB | b074301288261e53d44ad81f1cd6269461bf6790abec3849af872d993f58ca13 |
ext/measure_process_time.h | 644 | 0 | 0 | | | 1.85 KB | d97cb7330cc26d14e95e99381cb1a3e0b009b7b79ac1b41a48b71a9c99f3c987 |
ext/mingw/Rakefile | 644 | 0 | 0 | | | 575 Bytes | aba0596b5a4b2e2bc1e3c90ff4d2456298a1f4b143060773a7dfae23605b5454 |
ext/mingw/build.rake | 644 | 0 | 0 | | | 1.07 KB | 9da4a085314c8477a17c9902dd09fc00e7e621c09e4ee057ed93393ab086ebdb |
ext/vc/ruby_prof.sln | 644 | 0 | 0 | | | 883 Bytes | 4175f35aef24736e35627f25d618d3e925e6c28ead605e742a7f009b8551c0e2 |
ext/vc/ruby_prof.vcproj | 644 | 0 | 0 | | | 5.19 KB | ea6eab91dcf1a77dafa179172ac910f6a54cfbbd197d6dc193376902be72de72 |
lib/ruby-prof.rb | 644 | 0 | 0 | | | 1.33 KB | 54eb83dbc739ad9c4e249421c461d2bc2789f15ee340e008e82c389b91b359f1 |
lib/unprof.rb | 644 | 0 | 0 | | | 143 Bytes | d6f2a4b4d13d253a4ce391d2089f81e730a164a2ab5a4d33d0a81383fcbe80e8 |
lib/ruby-prof/call_tree_printer.rb | 644 | 0 | 0 | | | 2.58 KB | 2e21ed48fdd6d43285da200f2e49b45eb772efade85ae33ac83fafe639f57ea4 |
lib/ruby-prof/method_info.rb | 644 | 0 | 0 | | | 2.27 KB | 0f91c70653fe536d68cb59f2f72077057830976896a61d19d6295f8d50fa0dac |
lib/ruby-prof/graph_printer.rb | 644 | 0 | 0 | | | 5.37 KB | 1e7b2aff815563843372789a0e433b8ac42730c133c188e2b0876c204d0532f3 |
lib/ruby-prof/abstract_printer.rb | 644 | 0 | 0 | | | 1.02 KB | 53d59075b141c22ec20f2cd32a1477ca714f7a4ce0fdb2e35e767c83414759a2 |
lib/ruby-prof/task.rb | 644 | 0 | 0 | | | 4.23 KB | 606c14bffb6c70773487a751956b84af5a38610f11a3e59f226d41bc704875ec |
lib/ruby-prof/flat_printer.rb | 644 | 0 | 0 | | | 2.45 KB | af0060ad625f4af0b13c04cfe3dc6f10456526c8b1aafb8e02f11db63c5c891f |
lib/ruby-prof/aggregate_call_info.rb | 644 | 0 | 0 | | | 1.04 KB | aa1580f44ef9356ef2cdf34d786c7976b9b865b6ff619a2a87bc56ebb84cfc5a |
lib/ruby-prof/call_info.rb | 644 | 0 | 0 | | | 805 Bytes | cace4322675a381954852055a245ef5b73737f5386f96fe4c0bd9f851d9be1dc |
lib/ruby-prof/graph_html_printer.rb | 644 | 0 | 0 | | | 8.71 KB | 3919a4c452d24e0092e8e9790b03bc95a384d7ff200de4176b0f622389f92f03 |
lib/ruby-prof/test.rb | 644 | 0 | 0 | | | 3.75 KB | f0b542582b14996288c6b4366ce74fe21e087349a22b34aaba9bd117736e4584 |
rails/example/example_test.rb | 644 | 0 | 0 | | | 181 Bytes | dfc7e489406406f22a147567edd9252259f222d8f7428e8cb210c331c4a14cf7 |
rails/environment/profile.rb | 644 | 0 | 0 | | | 895 Bytes | 79e160b5d1eaf436fbc2ff6cf15ddc208a5d72fb1eee29ca3811c1ca45678c9e |
rails/profile_test_helper.rb | 644 | 0 | 0 | | | 682 Bytes | 6f3c31d087e50af1c38cc9f417732a84ac53d60dd9114c76c19dc8654fb13a8d |
test/start_stop_test.rb | 644 | 0 | 0 | | | 2.88 KB | 01b468506312a4d4314959408be1c97ebb43487d1ca9488cc44164c49f4caabf |
test/printers_test.rb | 644 | 0 | 0 | | | 1.78 KB | 73a0316c99026875e5d19e80b76fc3e7f91743d895ec0ead9195fde506cdd43e |
test/measurement_test.rb | 644 | 0 | 0 | | | 2.81 KB | 160af8347f524964ab5c4a9070bbc97b5674af088e23ec95022da61a6e50113a |
test/stack_test.rb | 644 | 0 | 0 | | | 4.28 KB | 57bb3b199cca8b408cbdb4d77d55f4e388363ba1e6b06fd489867c642399889c |
test/basic_test.rb | 644 | 0 | 0 | | | 7.73 KB | 20dd9a833e27c9a03648d52a62024acb9342e73908a770373e71dccfc851dc1e |
test/prime_test.rb | 644 | 0 | 0 | | | 222 Bytes | 44f3ab433dba342be01b9382ad400aeb07c0d9b86a623e4d3aa6046813eca249 |
test/thread_test.rb | 644 | 0 | 0 | | | 4.86 KB | 10495729de90bba3ebe8505bf57a1da42d75c49421a14ac13bbc35a9979808df |
test/line_number_test.rb | 644 | 0 | 0 | | | 1.55 KB | 9aa2c8f980a443980a4077646fb6cbff44dbc7b564a7320ae762f3cfe427ce88 |
test/singleton_test.rb | 644 | 0 | 0 | | | 631 Bytes | 74afc91c5549c529368e0b01faef834dd98dce7a89d12a3eef596ca90cecf0a2 |
test/unique_call_path_test.rb | 644 | 0 | 0 | | | 4.54 KB | 12de5478907649e7cf0e499ead10f5900ebb3f979e1f771744a175399fdaf680 |
test/no_method_class_test.rb | 644 | 0 | 0 | | | 402 Bytes | 706dbe5ab4ee13639b5b6cf86b439a8748ca7d86c16c4af03a3c0402c461888b |
test/duplicate_names_test.rb | 644 | 0 | 0 | | | 699 Bytes | b2c1cb959e071e8b44518d7f24d6b6b0e7b72f2b3e57cb5c8e09d761c9eec42c |
test/recursive_test.rb | 644 | 0 | 0 | | | 9.38 KB | 339352865939d07f1f088d78f6a50b0d22b4b4af15df23202d5a7c7b1ac047c0 |
test/test_suite.rb | 644 | 0 | 0 | | | 561 Bytes | 10bd66a7166f0f8903c2bb45fb5ed7c71304001bf7508438ee5bd59171219dbf |
test/aggregate_test.rb | 644 | 0 | 0 | | | 3.04 KB | 84b82075d7e9febe2ab508311350f75b34e28307b4016e21bfd2832ce95cafcc |
test/module_test.rb | 644 | 0 | 0 | | | 1.01 KB | adc8dfdfbcdd1d41c5f08fffbfa20625f2b28628bb478fc83ff7f16144a12517 |
test/exceptions_test.rb | 644 | 0 | 0 | | | 287 Bytes | e19edc810cc0ba43c6902c4385e6d527e441e7953346cd4cc4c2a63a22792f33 |
test/prime.rb | 644 | 0 | 0 | | | 1.06 KB | 5a5fff121c0118c332c444c927ae4f1ba3a5f33bb5075eb269e0dfe75d3bc5ac |
test/exclude_threads_test.rb | 644 | 0 | 0 | | | 992 Bytes | 2dd35b64a669859a45701965c54103faf6371b0cd4515fcf862b913dafb6713c |