File: test_prof.rb

package info (click to toggle)
ruby-test-prof 1.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,448 kB
  • sloc: ruby: 13,093; sh: 4; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# frozen_string_literal: true

require "test_prof/version"
require "test_prof/core"

require "test_prof/ruby_prof"
require "test_prof/stack_prof"
require "test_prof/vernier"
require "test_prof/event_prof"
require "test_prof/factory_doctor"
require "test_prof/factory_prof"
require "test_prof/memory_prof"
require "test_prof/rspec_stamp"
require "test_prof/tag_prof"
require "test_prof/tps_prof"
require "test_prof/rspec_dissect" if TestProf.rspec?
require "test_prof/factory_all_stub"