Files

  1. LICENSE
  2. README
  3. bin/ruby-prof
  4. examples/flat.txt
  5. examples/graph.html
  6. examples/graph.txt
  7. ext/measure_allocations.h
  8. ext/measure_cpu_time.h
  9. ext/measure_gc_runs.h
  10. ext/measure_gc_time.h
  11. ext/measure_memory.h
  12. ext/measure_process_time.h
  13. ext/measure_wall_time.h
  14. ext/ruby_prof.c
  15. ext/version.h
  16. lib/ruby-prof.rb
  17. lib/ruby-prof/abstract_printer.rb
  18. lib/ruby-prof/aggregate_call_info.rb
  19. lib/ruby-prof/call_info.rb
  20. lib/ruby-prof/call_tree_printer.rb
  21. lib/ruby-prof/flat_printer.rb
  22. lib/ruby-prof/graph_html_printer.rb
  23. lib/ruby-prof/graph_printer.rb
  24. lib/ruby-prof/method_info.rb
  25. lib/ruby-prof/task.rb
  26. lib/ruby-prof/test.rb
  27. lib/unprof.rb
  28. show all